Author: Herman Adema (http://ademafoto.nl/)
Plugin for adding a contact form to a WonderCMS website.
Before editing any files, create a copy of your current theme and set it as default. Do all the changes in the copied theme. This will help you avoid a theme update overriding your contact form.
- If you are coming from an older version, please check your WonderCMS Security Settings to ensure your correct email address is added.
- Login to your WonderCMS website.
- Click "Settings" and click "Plugins".
- Find plugin in the list and click "install".
- Plugin will be automatically activated.
- Open Settings - Security and enter your email address and specify on which page you want to display the contact form on.
2. Put the code below in your custom theme.php to display the contact on the page specified in the config file
<?php echo contact_form(); ?>
Save changes to theme.php.
- Setup your reCaptcha v2 (I'm not a robot) API keys: https://www.google.com/recaptcha/admin/create
- Enter your API keys in Settings - Security.
- Your form will now use reCaptcha.