=== Custom HTML Form === Contributors: ceramedia Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=XQFKWW2VMX6MS Tags: forms, custom, html, validation, validators, zend framework Tested up to: 3.4 Stable tag: 1.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html A plugin that makes building custom HTML forms by hand easier. == Description == A plugin that makes building custom HTML forms by hand easier. By default it has basic validation and error handling. For more advanced validation you can add Zend Framework validators. This is for advanced users that don't like their forms (HTML) to be generated by a plugin, but do want easy and good validation. == Installation == 1. Upload the folder `custom-html-form` to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Check out `custom-html-form/example-template.php` for an example of the usage