=== Form Reader === Contributors: think201, anuragrath, vivekpandey, aster_senpai Tags: form submission, form database, form email, admin email, user email, store form data, handle form, javascript form validation, email templates, read user response Requires at least: 3.5.2 Donate link: http://www.think201.com/ Tested up to: 4.2.2 Stable tag: 2.2.2 Version: 2.2.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html It works like a handshake between the frontend and the backend by performing form data validation, storing data into the database and sending mails to the users. == Description == Creating a Form is easy but getting it work by integrating all form related components is a tedious task and it doesn't change much with the number of forms you have. Form components such as validations, storing form data in database, sending mail to the users( in cases such as contact form) Form Reader works like a charm for you. = Salient Features = - Add a class to your form, and make it 10X powerful - Retain complete control over look(UI) and feel(UX) of the form - Persists submitted data in a pre-configured database - Sends email to pre-configured emails using templates - Custom Mail Templates for user mail - Client side Javascript Validation * Like the plugin or want features? Tweet to us [@think201](https://twitter.com/think201/) = Plugin Support = Dedicated Support: talk to us on Twitter [@think201](https://twitter.com/think201/) To raise issues or if you have a question for us, post to the support forum here https://wordpress.org/support/plugin/form-reader and we are happy to help. = Requirements = * WordPress 3.5.2 or greater * PHP 5.2.6 or greater (5.3 recommended) * MySQL 4.1.2 or greater (5.x recommended) == Installation == 1. Download [form-reader.zip] 2.Upload the 'form-reader.zip' file from the Plugins->Add New page in the WordPress administration panel. 3.Activate the plugin through the 'Plugins' menu in WordPress. = Form Reader Work flow Explained = Once Form Reader plug-in is installed and activated, you can see Form Reader on the sidebar menu section. 1. You can start adding forms by clicking on Add Form under the main menu. 2. Steps to be followed for the form integration == Screenshots == To be updated soon == Frequently Asked Questions == = Something isn't working. Help! = * First try deactivating and reactivating the plugin * If that doesn't fix the problem, try deleting and reinstalling the plugin * If that doesn't work, you should file a bug report. == Upgrade Notice == = 1.0 = * Initial version of Form Reader Plugin checkin. = 2.0 = Please uninstall & reinstall the plugin to work properly. You would loose all the forms created & data for the same. == Changelog == = 1.0 = - First commit to the WP repository. = 2.0 = - DB structure changed - Email templates for user - More configuration options - Client side Javascript Validation Added = 2.1 = - Admin backend UI Modification - Client side form submission success message = 2.2 = - Bug Fixing - UI Enhancement for the Admin Contact Requests = 2.2.1 = - Updated User Manual - UI Enhancement = 2.2.2 = - Santization of Inputs - Session - Caching issue fixed - Resposne redordering