=== FreshClicks Responsive Contact Form === Contributors: FreshClicks Tags: Responsive Contact Form, Contact Form, contact, form, contacts, contact form, request, contact me, feedback form, feedback, contact button, contact form plugin, contacts form plugin, send, Bootstrap form, Google analytics Event Tracking, Event Tracking, widget, 508 Web accessible Requires at least: 3.0.1 Tested up to: 4.4.2 Stable tag: 2.0.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html A responsive contact form using the Bootstrap Framework, JQUERY, and Google Analytics Event Tracking options. == Description == FreshClicks Responsive Contact Form is a simple WordPress plugin that generates a responsive contact form for pages, posts, or widgets using the Bootstrap framework. It offers great flexibility, and is incredibly easy to use by inserting the shortcode [freshclicks_form] or using the widget. Features: * Easy to install. * Easily add a contact form to any widget area. * Responsive form * Easy jQuery validations * 508 Web accessibile compliant * Admin setting to enable/disable spam prevention * Change subject of mail to be sent to you. * Choose where to send the messages. * Change the names of the form fields using the admin interface. * Enable Event Tracking in Google Analytics. Tracking both successful submissions and failed validation attempts. * Change the success message via the admin interface. * Change the default style classes. * Change the color and size of the buttons * Insert form into any page or blog post using the shortcode [freshclicks_form] * Sanitizes form submissions to prevent cross site script(XSS) attacks. Click here to view more about this plugin. [Visit blog post](http://www.freshclicks.net/wordpress/wordpress-responsive-contact-form/) Plugin Develop by FreshClicks [Visit website](http://www.freshclicks.net) == Installation == 1. Upload the "wp-responsive-contact-form" folder to the "/wp-content/plugins/" directory. 2. Activate the plugin using the 'Plugins' menu in your WordPress admin panel. 3. You can adjust the necessary settings using your WordPress admin panel in "Settings" > "FreshClicks Form". 4. Create a page or a post and insert the shortcode [freshclicks_form]. == Frequently Asked Questions == = Its a new plugin, so there are no questions yet. == Screenshots == 1. The basic contact form being displayed on a wordPress page. 2. The FreshClicks Form admin settings page. 3. Example of the FreshClicks Form Widget. == Upgrade Notice == = 2.0.1 = sanitizes form fields to protect against xss and other attacks = 2.0.0 = Rewrite of the JavaScript validation and AJAX to use the recommended admin-ajax.php method. Also, removed JQuery option since it is now a standard part of WP core. = 1.6.0 = Add a widget so you can now add a contact form to any widget area of your site. If a page contains both the form from your shortcode and the widget, the widget will hide itself. = 1.5.2 = Needed to enable the mail function = 1.5.1 = There was a bug in the Track event logic that would throw an error if there is no value set. I fixed it so you should upgrade immediately. = 1.5 = Cool new features like the Google Analytics Event tracking and AJAX no page refresh submission. Also, this is the first upgrade notice I'm giving so it also fixes bugs in previous releases. Upgrade immediately. == Changelog == = 1.0 = * First version. = 1.0.2 = * fixed a few typos and correct the settings link = 1.0.3 = * Removed the static Form title viewable on the front end * Created optional spaces above and below the form for additional customization options = 1.5.0 = * Enabled Google Analytics Event Tracking code with the ability to set Category and value. When enabled it also tracks error validations so you can see what part of your form is causing issues. * Rewrote the submission mechanism using AJAX so that the page doesn't have to reload. = 1.6.0 = * added a widget and changed the form logic so that it would automatically display a compact version of the form. = 2.0.0 = * Now using recommended WP admin-ajax.php method. * Now using wp_mail instead of php mail function. = 2.0.1 = * sanitizes form fields to protect against xss and other attacks