=== WP Simple Forms ===
Contributors: Pat Brown
Tags: WP Simple Forms
Requires at least: 3.4
Tested up to: 3.4
Stable tag: 0.1.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Adding forms to a webpage has never been easier.  Quickly create dropdowns, checkboxes, multiple choice, and text questions for any page on your site.

== Description ==

WP Simple Forms is a hybrid between the Custom Contact Forms plugin already on WordPress and Google forms. The backend interface is very similar to the interface you see on Google forms, allowing you to easily create text, multiple choice, check box questions, textareas, and drop down menus. Questions can also be marked as required.

== Changelog ==

= 0.1.2 =
* Fixed formelements.js script issue

== Upgrade Notice ==

= 0.1.2 =
A javascript file was not being loaded correclty.  Upgrade to fix issue.  

== Installation ==

1. Upload the 'wp-simple-forms' folder to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Create your first form.  
4. Place [simpleform name="formname"] on a page to insert the form. (formname would be the name of the form)

== Screenshots ==

1. Choose the question type you would like to add.
2. Edit the question.
3. Add checkboxes, dropdowns and multiple questions on the fly.
4. Click "done" to preview the question.
5. Drag and drop questions to reorder them.
6. Use shortcode to insert the form into any page.