Tested up to: 4.9.8
Stable tag: master
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Simple contact form plugin that can be used to display a contact form on any page. Use the shortcode [organic-contact-form] to include on a page.
This plugin allows you to add a configurable contact form to any page of your Wordpress site. It features Google reCaptcha options for security, and both client and server-side validation. Within the Wordpress backend, you can view and download a CSV of submissions, along with controls to allow you to add or edit form fields.
This section describes how to install the plugin and get it working.
- Upload
organic-contact-form.zip
from thedist
folder to the/wp-content/plugins/
directory - Activate the plugin through the 'Plugins' menu in WordPress
A demo of the plugin can be found at: https://ocf.joewebber.co.uk/contact-us/
You can access the admin side at: https://ocf.joewebber.co.uk/wp-admin
Username: demo
Password: demo
No, the plugin doesn't currently support this.
Currently, it only supports invisible reCaptcha v2
View the wiki in the Github repo for user documentation: https://github.com/joewebber/Organic-Contact-Form/wiki
- First stable release
The plugin uses the following:
WordPress Plugin Boilerplate - https://github.com/DevinVinson/WordPress-Plugin-Boilerplate
To compile the SASS and minify the JS, ensure that you are using the latest version of Node and npm, and run the following from the root of the repo:
npm install
Once you have done this, the gulp tasks will take care of compiling and minifying code:
gulp
When you are ready to depoly the plugin, use the following to output a zip to the dist
folder:
sh package.sh
(requires zip)