=== Easy Contact Form Lite ===
Contributors: Cristian Merli (merlic)
Donate link: http://wppluginspool.com
Tags: form, contact, easy, text, testarea, submit, dropdown, radio, checkbox
Requires at least: 3.1
Tested up to: 3.2
Stable tag: 1.0.8
Add a contact form on any page. Customizable and with validation.
== Description ==
This plugin allows you to add custom contact forms to your site. Choose which fields you want, which ones are required and if you want a recaptcha validation.
Automatic form validation is provided. Just add the shortcode to the page or post where you want to display the form.
In the backend you can add/edit/delete forms, and change fields position by drag&drop. For each form that you create you decide who will receive the email.
== Installation ==
1. Upload `easy-contact-form-lite x.y.z.zip` from the plugin panel or unzip the file and upload the folder `easy-contact-form-lite` to the `/wp-content/plugins/` directory
2. Activate the plugin through the `Plugins` panel in WordPress
3. Go to `Settings->Easy Contact Form Lite` to build the form and generate the shortcode
4. Paste the shortcode where you want to display the form
If you get errors or it does not work, check the `easy-contact-form-lite` plugin folder permissions. They should be 755.
Plugin requires PHP 5.2+
== Frequently Asked Questions ==
= Which fields are currently available? =
Text, Email, URL, Submit Button
= Who will receive the emails? =
You will set it in the form edit page
== Screenshots ==
http://wppluginspool.com/wpplugins/easy-contact-form/
== Changelog ==
= 1.0.9 =
- Change support website URL
= 1.0.8 =
- Prevents sql injections
= 1.0.7 =
- Fixed blank fields submission
= 1.0.6 =
- Email using plain text to avoid any issues
= 1.0.5 =
- Bug fix
= 1.0.4 =
- Fixed major path bug
= 1.0.3 =
- Improved performance
= 1.0.2 =
- No need to get your own recaptcha keys. now it just works
= 1.0.1 =
- Removed unwanted slashes in messages
- Added labels as field value feature
= 1.0.0 =
- First stable release