
It took me quite some time to check a few existing contact forms and I didn’t like any of them. No, I don’t want you to load jquery on every page of my blog. I want it localized, pretty please. Oh, and I want this JavaScript onfocus/onblur effect I wrote about. And why do I have to do any configuration at all anyway?
Since 0.6.0 the plugin has a built-in spam protection that won’t bother your human visitors but will most likely catch all spambots.
The easiest way to use this plugin is to use the shortcode [zcmail]. There’s also a widget that you can drag into one of your sidebars.
You can call the function zcmail_shortcode() from your theme to get the same output as from the shortcode. Example:
if ( function_exists( 'zcmail_shortcode' ) ) {
echo zcmail_shortcode()
}
Visit the plugin’s home page to leave comments, ask questions, etc.
Download & install the zip archive
The plugin package installer can be downloaded from the WP2E project tab called “code”.
1 – Select the version to download if this option is available otherwise the “latest” version of the main plugin will be used.
2 – After downloading the zip archive install the plugin package installer in you local environment and activate the script from the plugin list.
3 – Under the section “Plugins” of the admin dashboard you should see a new “Dependencies & Licenses” link. Follow the instructions from this panel to finalize the installation of the missing dependencies.
Tips: Use the WP2E panel to add/suggest new dependencies to the local installation. Press F5 in the list of dependencies if the changes are not displayed right away.