Zero Conf Mail

Simple mail contact form, the way I like it. No ajax, no bloat. No configuration necessary, but possible.

Author:Nicolas Kuttler (profile at wordpress.org)
WordPress version required:2.7
WordPress version tested:3.0.5
Plugin version:0.6.1.1
Added to WordPress repository:11-10-2009
Last updated:14-12-2010
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://www.nkuttler.de/wordpress/zero-conf-ma...
Total downloads:19 741
Active installs:200+
plugin download
Click to start download

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.

Usage

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.

Using the mail form in your theme

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()
}

Support

Visit the plugin's home page to leave comments, ask questions, etc.

Other plugins I wrote