Search found 8 matches

by WonderingHow
Wed May 21, 2025 8:58 am
Forum: Plugins
Topic: contact form plugin - how to activate?
Replies: 19
Views: 419643

Re: contact form plugin - how to activate?

@nox @wiz? If no reply I will just find another way of adding a contact form or maybe use another cms
by WonderingHow
Mon May 19, 2025 9:53 am
Forum: Plugins
Topic: contact form plugin - how to activate?
Replies: 19
Views: 419643

Re: contact form plugin - how to activate?

Php 8.1 with curl, and the other requirements. Apache 2.4.63
I think the mail server is configured but if there is a problem with that, could that really be a reason why the whole form is just not showing?

[17-May-2025 02:45:27 UTC] PHP Warning: Undefined property: stdClass::$title in /public_html ...
by WonderingHow
Mon May 19, 2025 9:36 am
Forum: Plugins
Topic: contact form plugin - how to activate?
Replies: 19
Views: 419643

Re: contact form plugin - how to activate?


Could you replace contact form code with:
<?php echo "Hello"; ?>

and check if your website shows Hello.


It does say hello when I do this.

When I echo the contact form, I have checked with View Source in the browser, and nothing at all is there in the code, although the spacing is slightly ...
by WonderingHow
Sat May 17, 2025 4:21 pm
Forum: Plugins
Topic: contact form plugin - how to activate?
Replies: 19
Views: 419643

Re: contact form plugin - how to activate?

Parallax version 3.2.2
Contact form 3.5.3
Wonder CMS version 3.5.0
Chrome browser Version 136.0.7103.114 (Official Build) (64-bit)

It's not blocking modal for me on the page where the form is (or where it's meant to be).
by WonderingHow
Sat May 17, 2025 10:45 am
Forum: Plugins
Topic: contact form plugin - how to activate?
Replies: 19
Views: 419643

Re: contact form plugin - how to activate?

Thanks I did that previously and it didn't work. I have done it again and it didn't work again. I have now also tried changing Sky theme.php directly in this way (see below), and activated Sky theme, and it didn't work. I've never seen the Contact Form display.
<section class="wrapper style2 ...
by WonderingHow
Sat May 17, 2025 9:08 am
Forum: Plugins
Topic: contact form plugin - how to activate?
Replies: 19
Views: 419643

Re: contact form plugin - how to activate?

I have created a page called 'Contact' and specified that is where it should display, in the Settings > Security, so it would be nice if it showed up there, but I'll settle for anywhere at all! I have added the Captcha details there too.
by WonderingHow
Sat May 17, 2025 8:06 am
Forum: Plugins
Topic: contact form plugin - how to activate?
Replies: 19
Views: 419643

Re: contact form plugin - how to activate?

Thanks for that! My custom theme is now working.

But I still have the problem with where in the theme.php to paste <?php echo contact_form(); ?> ...
Inside the body? The head? At the beginning, before everything?
by WonderingHow
Fri May 16, 2025 8:09 pm
Forum: Plugins
Topic: contact form plugin - how to activate?
Replies: 19
Views: 419643

Re: contact form plugin - how to activate?

I have the same problem. I did install the contact form via the settings plugins. I chose which page, but it doesn't display. There is no helpful documentation. This plugin must be just for those who already code. I can't find how to make a custom theme either - is it necessary to always do this on ...