This contact form plugin is used to create a simple contact form using Ajax technology and advanced email address validation. In difference to most other plugins, there is no form-builder included.
Check the features:
- Advanced email address validation using the Mailgun API system (optional)
- Using nonces for simple form value validation
- Works with the default wp_mail() function (use it together with the Mailgun for Wordpress plugin to send emails via SMTP)
- Options for the email subject and the from/to email addresses
- You can change/translate all text using a localization tool
- The form HTML is compatible with the Bootstrap CSS framework
- Optional: use the CSS style-sheet included by the plugin
- Track successfully submitted forms in Google Analytics and/or Clicky
- Uninstall function, we remove the plugin options on removal!
The plugin is built to keep stuff simple. If you need a complex web form or if you need a form builder, please use one of the existing form plugins. To use the email validation feature you need an API key. Open a
free Mailgun account to get one.
The quickest method for installing the contact form is:
- Automatically install using the built-in WordPress Plugin installer or...
- Upload the entire
fws-ajax-contact-form
folder to the /wp-content/plugins/
directory.
- Activate the plugin through the 'Plugins' menu in WordPress.
- Add the shortcode [FWSAjaxContactForm] into the page of your choice.