The Cool eForm is a simple plugin that enables you to create a contact form to stay in touch with your visitors. You do not have to bother with form validation or deal with internals of sending form data to an email, the Cool eForm handles all for you.
This is the first official release and we know that there is still a lot of work to do. Please be patient since our roadmap contains many additional features.
You can also follow the project on our BitBucket -
CoolPages.
Features
- 6 basic fields
- Name
- Email
- Phone
- Subject
- Message
- Anti-spam
- Enable to select fields to use
- Enable to make fields mandatory/optional
- Client side validation
- Server side validation
- Anti-spam protection
- Translation ready
- Provide template tag to display the form anywhere in a theme
- Prevent from multiple submissions when the page is reloaded
- Responsive
Translations
- English (en_US)
- Czech (cs_CZ)
Follow the below steps to install the Cool eForm plugin and get it working.
- Download and unzip the plugin
- Upload
cool-eform
to the /wp-content/plugins/
directory
- Activate the plugin through the 'Plugins' menu in WordPress
- Navigate to 'Settings' menu in Wordpress and select 'eForm' to setup the plugin
- Place
<?php if ( isset( $wp_cool_eform ) ) $wp_cool_eform->render_form(); ?>
in templates of your choice