=== Gravity Forms Addons === Tags: gravity forms, forms, gravity, form, crm, gravity form, contact form, contact forms, contact, feedback, email, captcha, akismet, cforms, contact form 7, secure form, wp contact form, simplemodal contact form, enhanced wp contact form Requires at least: 2.8 Tested up to: 3.0 Stable tag: trunk Contributors: katzwebdesign Donate link:https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=zackkatz%40gmail%2ecom&item_name=Gravity%20Forms%20Addons&no_shipping=0&no_note=1&tax=0¤cy_code=USD&lc=US&bn=PP%2dDonationsBF&charset=UTF%2d8 Adds functionality that extends the Gravity Forms plugin. == Description ==

This plugin requires the Gravity Forms plugin.
Learn more & purchase here.

Note: Gravity Forms is a paid plugin, and this plugin exists to extend its functionality. This plugin author is not the creator of Gravity Forms.

###Improve Gravity Forms Functionality and Usability * Expand the Add Fields boxes to view all the boxes at once. * Edit form entries directly from the Entries page (saving two clicks) * Easily access form data to use in your website with PHP functions - [Learn more on the plugin's website](http://www.seodenver.com/gravity-forms-addons/) #### Upcoming Features * Submit forms using Ajax * Easily set up a directory using Gravity Forms * [Leave suggestions, comments, and/or bug reports](http://www.seodenver.com/gravity-forms-addons/) == Screenshots == 1. How the Gravity Forms 'Add Fields' boxes look after plugin is activated 2. This plugin adds an Edit link to Gravity Form entries == Frequently Asked Questions == = Does this plugin require Gravity Forms? = Yes, this plugin requires the [Gravity Forms plugin](http://sn.im/gravityforms). __Don't use Gravity Forms? [Buy the plugin](http://sn.im/gravityforms)__ and start using this add-on plugin! = What is the license for this plugin? = * This plugin is released under a GPL license. == Installation == 1. Make sure you have the [Gravity Forms plugin](http://sn.im/gravityforms) installed and Activated. 1. Upload the Gravity Forms Addons plugin to your blog, Activate it, and you're done. == Changelog == = 1.3 = * Added an admin notice if Gravity Forms is not installed properly. This will help the confusion: an installed version of Gravity Forms is required for this plugin to do anything! This update also solves the `Fatal error: Class 'RGForms' not found` error. * Added function to get field values from a lead: `get_gf_field_value($leadid, $fieldid)` will work for all field lengths (`get_gf_field_value_long()` worked for just long values) * Added `IDs` link to Edit Forms page, allowing you to find out what the field IDs are for each field in a form. This allows you to use the functions in this plugin much more easily. * Removed `$Forms->escape_text` reference, since it has been replaced by esc_html(). This would have caused a fatal error. = 1.2.1.1 = * Updated with GPL information. Did you know Gravity Forms is also GPL? Any WordPress plugin is. = 1.2.1 = * Fixed whitespace issue if site is gzip'ed. No need to upgrade if you aren't getting the `Warning: Cannot modify header information - headers already sent by...` PHP error. = 1.2 = * Compatibility with Gravity Forms 1.3 = 1.1 = * Added Edit link to Entries page to directly edit an entry * Added a bunch of functions to use in directly accessing form and entry data from outside the plugin = 1.0 = * Launched plugin == Upgrade Notice == = 1.3 = * Removed `$Forms->escape_text` reference, since it has been replaced by esc_html(). This would have caused a fatal error. * This solves the `Fatal error: Class 'RGForms' not found` error by checking to make sure Gravity Forms is installed properly first.