=== Plugin Name === Contributors: jesse_dev Donate link: http://www.jessehanson.com/ Tags: forms, Zend Framework, ZF Requires at least: 3.0 Tested up to: 3.1 Stable tag: 1.1 Easily create forms with an admin interface and customize destinations using Zend Framework. requires WP-ZFF Zend Framework Full == Description == With ZForms, you can create forms using an admin interface, and display the forms using a short-code. It uses Zend Framework to create and validate the forms, which means it requires another plugin to load Zend Framework. No programming is required, however it is encouraged. You can create your own destination for the validated data, with the option of using the Zend Framework api. The possibilities here are endless. How you handle the validated array of data is completely up to you. You have the option of requiring a session key, which means you can control what happens before and after form submission. == Installation == This section describes how to install the plugin and get it working. e.g. 1. Install http://wordpress.org/extend/plugins/wp-zff-zend-framework-full/ 1. Upload `zforms` folder to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Place shortcode `[zform key="form_key" step="1"]` in your post or page. == Frequently Asked Questions == = What is an example of using the shortcode? = [zform key="my_form" step="1"] = What functions are required in my custom handler? = zfHandle($formData) zfSuccess($formData) zfError($formData) == Screenshots == 1. http://www.jessehanson.com/zforms-screenshot.png 2. http://www.jessehanson.com/zforms-shortcode.png == Changelog == = 1.0 = * First release. = 1.1 = * Fixing error with header. == Upgrade Notice == = 1.1 = * Fixing error with header. == Arbitrary section == Nothing here for now.