Contact3 form not displaying

Post Reply
User avatar
cobber
Master Bludit
Posts: 78
Joined: Sun Feb 28, 2016 10:15 am
Location: Scotland
Has thanked: 21 times
Been thanked: 5 times

Morning
I'm testing the contact3 form within a couple of themes (eg: keep it simple theme)

I've added a contact3 plugin and activated it.
I've set the content page to static

However, I'm still unable to see any for on the contact page


Any ideas please?
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

Have you set the contact page in the plugin settings?
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
User avatar
cobber
Master Bludit
Posts: 78
Joined: Sun Feb 28, 2016 10:15 am
Location: Scotland
Has thanked: 21 times
Been thanked: 5 times

Hi Edi

Thanks for the reply.

I did yeah. It appears to be working now. Not sure is it was a cache issue or something else

Thanks
Marcflender
Jr. Bludit
Posts: 2
Joined: Tue Jan 10, 2023 4:35 pm

Hello,
Thank you very much for this plugin

I have the same problem: no form appears in the page.
I use the "Doc X " theme, and i have dedicated a statis page for the form.
I have uninstalled then reinstalled the plugin, nothing happens.
What should i check to control that contact.php is uses by the server when the page is construted?
Or what should i find with the Inspector when i brows on the page?

THanks in advance

Marc
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

The theme Doc X has no hook for the contact form.

You can add the hook by modifying the file page.php in the directory /bl-themes/docs-x-3.2/php. Add the following code before or after the div with the id "page-content":

Code: Select all

<?php Theme::plugins('pageEnd'); ?>
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
Marcflender
Jr. Bludit
Posts: 2
Joined: Tue Jan 10, 2023 4:35 pm

It works now, thank you very much
Post Reply