<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Gravity Forms Support</title>
	<atom:link href="http://www.gravityhelp.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gravityhelp.com</link>
	<description></description>
	<lastBuildDate>Fri, 03 Feb 2012 22:14:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Gravity Forms v1.6.3 Beta 2 Released</title>
		<link>http://www.gravityhelp.com/gravity-forms-v1-6-3-beta-2-released/</link>
		<comments>http://www.gravityhelp.com/gravity-forms-v1-6-3-beta-2-released/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 22:14:53 +0000</pubDate>
		<dc:creator>Carl Hancock</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.gravityhelp.com/?p=1890</guid>
		<description><![CDATA[Gravity Forms v1.6.3 Beta 2 is now available for beta testing. This update is not only a bug fix release, but we are also introducing some minor enhancements and refinements which developers will love and users will benefit from. We have introduced a hook to enable attaching files to email notifications. We have also included... <a href="http://www.gravityhelp.com/gravity-forms-v1-6-3-beta-2-released/"> read more</a]]></description>
			<content:encoded><![CDATA[<p>Gravity Forms v1.6.3 Beta 2 is now available for beta testing.  This update is not only a bug fix release, but we are also introducing some minor enhancements and refinements which developers will love and users will benefit from.<br />
<span id="more-1890"></span><br />
We have introduced a hook to enable attaching files to email notifications.  We have also included example code with the documentation for this hook which will make it easy for you to automatically attach all file uploads for a form submission as file attachments on the email notification.  Please be aware that file attachment functionality will require that your web server can reliably handle sending file attachments via email.</p>
<p>These new hooks are documented here:</p>
<ul>
<li><a href="http://www.gravityhelp.com/documentation/page/Gform_admin_notification_attachments">gform_admin_notification_attachments</a></li>
<li><a href="http://www.gravityhelp.com/documentation/page/Gform_user_notification_attachments">gform_user_notification_attachments</a></li>
</ul>
<p>This is the first step to bringing easy file attachment support to the Gravity Forms UI.  The first step is introducing hooks to enable it, which allows developers to leverage it.  In a future release we will overhaul the Notifications to support controlling file attachments directly from the admin interface itself.</p>
<p>Another enhancement we have made is enabling Gravity Forms merge tag parsing on the HTML field.  This will allow you to utilize available merge tags within the content of an HTML field positioned on your form to output global data such as user and post meta within the content of that HTML.  The Gravity Form HTML field already supported short codes so combined with merge tag support it has become even more flexible.</p>
<p>We are looking forward to receiving feedback from users who want to help us test out the new features. <strong>Please provide beta feedback and bug reports on the Support Forum and make it clear you are referring to the 1.6.3 Beta 2 release when doing so. Thanks!</strong></p>
<p>We will be releasing v1.6.3 via automatic upgrade once it has undergone beta testing.  Own Gravity Forms and want to give it a try and help us test? <a href="http://www.gravityhelp.com/downloads/">Grab a copy on the downloads page!</a></p>
<p>Here is a quick rundown of what is new in Beta 2:</p>
<ul>
<li>Added merge tag support for HTML fields.</li>
<li>Added hook to enable attachments to be added to notifications.</li>
<li>Refined and updated Dashboard Widget.</li>
<li>Added filter to customize dashboard widget title.</li>
<li>Fixed issue when applying conditional logic to the submit button.</li>
<li>Fixed issue with non-translatable strings in JS files.</li>
<li>Updated POT file.</li>
</ul>
<p>Here is a quick rundown of what is new in Gravity Forms v1.6.3:</p>
<h3>Conditional Logic Enhancements</h3>
<p>Conditional Logic has been greatly enhanced to support not only new field types, but new conditions too!  You can now configure conditional logic so that it works with text inputs as well as drop down, radio button and checkbox fields.  We have also introduced additional conditions such as: greater than, less than, contains, starts with and ends with.</p>
<p>Please note that not all field types are supported.  We will be enhancing the new conditional logic to support more advanced fields such as the Address Field in a future release.  However, all of the standard text input Advanced Fields such as Email and Website are supported, as well as the Multi-Select field introduces in the v1.6 release.  We will continue to enhance and refind this functionality going forward.</p>
<h3>Post Category Enhancements</h3>
<p>We have enhanced the Post Category field to support a broader range of field types. Category selection can now be done using the Drop Down, Radio Button, Checkbox or Multi-Select fields.  This allows users to select multiple categories using a single field if you choose a field type that supports multiple selections.</p>
<p>We have also added full conditional logic support for the Post Category field, including all of the available field types we have added to the Post Category field.</p>
<h3>Akismet Setting</h3>
<p>We made the decision to automatically support Akismet in the v1.6 release of Gravity Forms, however users expressed a desire to be able to turn this on or off as they choose.  We have added a new option on the Gravity Forms Settings page to allow you to turn On or Off the Akismet integration.  This option will only appear if you have the Akismet plugin installed and activated.</p>
<h3>Entry Pagination</h3>
<p>Simple next/previous pagination has been added to the Entry Detail page.  This allows you to easily navigate between entries when viewing entry details.</p>
<h3>Multi-Page Progress Bar Enhancements</h3>
<p>You can now enable displayig the Progress Bar on the confirmation of multi-page forms.  Enabling this option will start the progress bar at 0% with the progress bar being shown as 100% completed when displayed with the confirmation message.</p>
<h3>WordPress Editor API Integration</h3>
<p>If you are running WordPress v3.3+ you will now see the TinyMCE editor when editing the Message of your Notifications.  This is the first step in providing broader support for the new editor API introdued in WordPress v3.3.  Currently we have only added it to the Notification message body but will be expanding it's use in future releases.</p>
<h3>Other Fixes and Enhancements</h3>
<ul>
<li>Added field type (Multi Select, Drop Down, Radio, Checkbox) support to Post Category field.</li>
<li>Added setting to enable/disable Akismet.</li>
<li>Added hooks to enable CDATA wrapping.</li>
<li>Added back button to entry detail pagination.</li>
<li>Added pagination on entry detail page.</li>
<li>Added support for {admin_email} merge tag and using it as the default value for notifications instead of the actual admin email.</li>
<li>Added "gform_akismet_enabled" hook which allows you to disable akismet integration.</li>
<li>Added 'eventName' parameter to ajaxSpinner submit event to allow third party integrations to target this specific event.</li>
<li>Added $ajax parameter to 'gform_pre_render' hook.</li>
<li>Added ability to turn on/off progress bar and set completion text when displayed with the confirmation text.</li>
<li>Added "gform_progressbar_start_at_zero" hook to set progress bar back to previous behavior.</li>
<li>Added functionality to store a static copy of the product info when the entry is created.</li>
<li>Added TinyMCE editor to notification page.</li>
<li>Updated conditional logic to support other types of operation and other types of fields.</li>
<li>Updated search in admin to maintain the filter (starred, unread, spam, trash) so the filtered results you are viewing are what is searched.</li>
<li>Updated single product field so that its quantity is defauted to 1 when the quantity field is disabled.</li>
<li>Updated admin paging total to not include items in the trash.</li>
<li>Updated admin paging links so that when an item is moved to the trash using the link, the counts are updated as necessary to reflect the change.</li>
<li>Updated admin paging links so that when an item is marked spam using the link, the counts are updated as necessary to reflect the change.</li>
<li>Updated enqueue and print scripts functions to always include jQuery, allows "gform_post_render" js hook to be accessible even when GF not using it.</li>
<li>Updated field type menu on form editor page to prevent it from overlapping the form toolbar when a notice is displayed.</li>
<li>Updated Really Simple Captcha to set a tabindex.</li>
<li>Fixed issue with post author not being correctly set for posts configured to be created after payment is received.</li>
<li>Fixed notices in export and notification page.</li>
<li>Fixed issue with Date field not honoring the "No Duplicate" setting and allowing duplicate dates to be entered when they shouldn't.</li>
<li>Fixed issue with custom confirmation not working properly on AJAX forms.</li>
<li>Fixed WP3.3 bug with {user:***} merge tag.</li>
<li>Fixed issue with chosen script initialization when field is target of conditional logic.</li>
<li>Fixed admin paging so that the filter carries through to the next page.</li>
<li>Fixed admin paging so that the counts displayed apply to the entry list you are viewing (all, unread, starred, spam, trash).</li>
<li>Fixed issue with textarea and input mask script on AJAX forms.</li>
<li>Fixed issue with multi-select fields on AJAX multi-page forms.</li>
<li>Fixed notice occuring when 'postFormat' property of form object was not present.</li>
<li>Fixed issue with main Gravity Forms permission that prevented the Forms menu from displaying the first time a new user logged in.</li>
<li>Fixed issue with Simple Captcha field not validating because of an extra "input_" in the input's ID attribute.</li>
<li>Removed CDATA from scripts to prevent JS error on some browsers due to a character replacement done by WP core.  Added hooks to support enabling cdata wrapping as an alternative.</li>
</ul>
<p>Please note that documentation for these new items is in progress.  </p>
<div class="alert_blue pad_20"><strong>Don't own Gravity Forms yet? What are you waiting for?! <a href="http://www.gravityforms.com">Purchase a copy today!</a></strong></div>
]]></content:encoded>
			<wfw:commentRss>http://www.gravityhelp.com/gravity-forms-v1-6-3-beta-2-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gravity Forms v1.6.3 Beta 1 Released</title>
		<link>http://www.gravityhelp.com/gravity-forms-v1-6-3-beta-1-released/</link>
		<comments>http://www.gravityhelp.com/gravity-forms-v1-6-3-beta-1-released/#comments</comments>
		<pubDate>Mon, 23 Jan 2012 21:01:36 +0000</pubDate>
		<dc:creator>Carl Hancock</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.gravityhelp.com/?p=1858</guid>
		<description><![CDATA[Gravity Forms v1.6.3 Beta 1 is now available. Due to the new features and enhancements included in this release we have decided to make it available as a beta release prior to deploying it via automatic update. This update introduces some significant enhancements to Conditional Logic as well as the Post Category field in Gravity... <a href="http://www.gravityhelp.com/gravity-forms-v1-6-3-beta-1-released/"> read more</a]]></description>
			<content:encoded><![CDATA[<p>Gravity Forms v1.6.3 Beta 1 is now available.  Due to the new features and enhancements included in this release we have decided to make it available as a beta release prior to deploying it via automatic update.  This update introduces some significant enhancements to Conditional Logic as well as the Post Category field in Gravity Forms.</p>
<p>We are looking forward to receiving feedback from users who want to help us test out the new features. <strong>Please provide beta feedback and bug reports on the Support Forum and make it clear you are referring to the 1.6.3 Beta 1 release when doing so. Thanks!</strong><br />
<span id="more-1858"></span><br />
We will be releasing v1.6.3 via automatic upgrade once it has undergone beta testing.  Own Gravity Forms and want to give it a try and help us test? <a href="http://www.gravityhelp.com/downloads/">Grab a copy on the downloads page!</a></p>
<p>Here is a quick rundown of what is new in Gravity Forms v1.6.3:</p>
<h3>Conditional Logic Enhancements</h3>
<p>Conditional Logic has been greatly enhanced to support not only new field types, but new conditions too!  You can now configure conditional logic so that it works with text inputs as well as drop down, radio button and checkbox fields.  We have also introduced additional conditions such as: greater than, less than, contains, starts with and ends with.</p>
<p>Please note that not all field types are supported.  We will be enhancing the new conditional logic to support more advanced fields such as the Address Field in a future release.  However, all of the standard text input Advanced Fields such as Email and Website are supported, as well as the Multi-Select field introduces in the v1.6 release.  We will continue to enhance and refind this functionality going forward.</p>
<h3>Post Category Enhancements</h3>
<p>We have enhanced the Post Category field to support a broader range of field types. Category selection can now be done using the Drop Down, Radio Button, Checkbox or Multi-Select fields.  This allows users to select multiple categories using a single field if you choose a field type that supports multiple selections.</p>
<p>We have also added full conditional logic support for the Post Category field, including all of the available field types we have added to the Post Category field.</p>
<h3>Akismet Setting</h3>
<p>We made the decision to automatically support Akismet in the v1.6 release of Gravity Forms, however users expressed a desire to be able to turn this on or off as they choose.  We have added a new option on the Gravity Forms Settings page to allow you to turn On or Off the Akismet integration.  This option will only appear if you have the Akismet plugin installed and activated.</p>
<h3>Entry Pagination</h3>
<p>Simple next/previous pagination has been added to the Entry Detail page.  This allows you to easily navigate between entries when viewing entry details.</p>
<h3>Multi-Page Progress Bar Enhancements</h3>
<p>You can now enable displayig the Progress Bar on the confirmation of multi-page forms.  Enabling this option will start the progress bar at 0% with the progress bar being shown as 100% completed when displayed with the confirmation message.</p>
<h3>WordPress Editor API Integration</h3>
<p>If you are running WordPress v3.3+ you will now see the TinyMCE editor when editing the Message of your Notifications.  This is the first step in providing broader support for the new editor API introdued in WordPress v3.3.  Currently we have only added it to the Notification message body but will be expanding it's use in future releases.</p>
<h3>Other Fixes and Enhancements</h3>
<ul>
<li>Added field type (Multi Select, Drop Down, Radio, Checkbox) support to Post Category field.</li>
<li>Added setting to enable/disable Akismet.</li>
<li>Added hooks to enable CDATA wrapping.</li>
<li>Added back button to entry detail pagination.</li>
<li>Added pagination on entry detail page.</li>
<li>Added support for {admin_email} merge tag and using it as the default value for notifications instead of the actual admin email.</li>
<li>Added "gform_akismet_enabled" hook which allows you to disable akismet integration.</li>
<li>Added 'eventName' parameter to ajaxSpinner submit event to allow third party integrations to target this specific event.</li>
<li>Added $ajax parameter to 'gform_pre_render' hook.</li>
<li>Added ability to turn on/off progress bar and set completion text when displayed with the confirmation text.</li>
<li>Added "gform_progressbar_start_at_zero" hook to set progress bar back to previous behavior.</li>
<li>Added functionality to store a static copy of the product info when the entry is created.</li>
<li>Added TinyMCE editor to notification page.</li>
<li>Updated conditional logic to support other types of operation and other types of fields.</li>
<li>Updated search in admin to maintain the filter (starred, unread, spam, trash) so the filtered results you are viewing are what is searched.</li>
<li>Updated single product field so that its quantity is defauted to 1 when the quantity field is disabled.</li>
<li>Updated admin paging total to not include items in the trash.</li>
<li>Updated admin paging links so that when an item is moved to the trash using the link, the counts are updated as necessary to reflect the change.</li>
<li>Updated admin paging links so that when an item is marked spam using the link, the counts are updated as necessary to reflect the change.</li>
<li>Updated enqueue and print scripts functions to always include jQuery, allows "gform_post_render" js hook to be accessible even when GF not using it.</li>
<li>Updated field type menu on form editor page to prevent it from overlapping the form toolbar when a notice is displayed.</li>
<li>Updated Really Simple Captcha to set a tabindex.</li>
<li>Fixed issue with post author not being correctly set for posts configured to be created after payment is received.</li>
<li>Fixed notices in export and notification page.</li>
<li>Fixed issue with Date field not honoring the "No Duplicate" setting and allowing duplicate dates to be entered when they shouldn't.</li>
<li>Fixed issue with custom confirmation not working properly on AJAX forms.</li>
<li>Fixed WP3.3 bug with {user:***} merge tag.</li>
<li>Fixed issue with chosen script initialization when field is target of conditional logic.</li>
<li>Fixed admin paging so that the filter carries through to the next page.</li>
<li>Fixed admin paging so that the counts displayed apply to the entry list you are viewing (all, unread, starred, spam, trash).</li>
<li>Fixed issue with textarea and input mask script on AJAX forms.</li>
<li>Fixed issue with multi-select fields on AJAX multi-page forms.</li>
<li>Fixed notice occuring when 'postFormat' property of form object was not present.</li>
<li>Fixed issue with main Gravity Forms permission that prevented the Forms menu from displaying the first time a new user logged in.</li>
<li>Fixed issue with Simple Captcha field not validating because of an extra "input_" in the input's ID attribute.</li>
<li>Removed CDATA from scripts to prevent JS error on some browsers due to a character replacement done by WP core.  Added hooks to support enabling cdata wrapping as an alternative.</li>
</ul>
<p>Please note that documentation for these new items is in progress.  </p>
<div class="alert_blue pad_20"><strong>Don't own Gravity Forms yet? What are you waiting for?! <a href="http://www.gravityforms.com">Purchase a copy today!</a></strong></div>
]]></content:encoded>
			<wfw:commentRss>http://www.gravityhelp.com/gravity-forms-v1-6-3-beta-1-released/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Gravity Forms v1.6.2.1.1 Released</title>
		<link>http://www.gravityhelp.com/gravity-forms-v1-6-2-1-1-released/</link>
		<comments>http://www.gravityhelp.com/gravity-forms-v1-6-2-1-1-released/#comments</comments>
		<pubDate>Mon, 23 Jan 2012 19:43:18 +0000</pubDate>
		<dc:creator>Carl Hancock</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.gravityhelp.com/?p=1856</guid>
		<description><![CDATA[Gravity Forms v1.6.2.1.1 is now available via automatic update and the downloads page. This is a WordPress 3.3 compatibility update that resolves an issue specific to user related merge tags. If you are using user related merge tags in notifications, confirmation message or as default field values we highly recommend you update as soon as... <a href="http://www.gravityhelp.com/gravity-forms-v1-6-2-1-1-released/"> read more</a]]></description>
			<content:encoded><![CDATA[<p>Gravity Forms v1.6.2.1.1 is now available via automatic update and the <a href="/downloads">downloads</a> page.  This is a WordPress 3.3 compatibility update that resolves an issue specific to user related merge tags.  </p>
<p>If you are using user related merge tags in notifications, confirmation message or as default field values we highly recommend you update as soon as possible to ensure compatibility with WordPress v3.3+.<br />
<span id="more-1856"></span></p>
<p>We HIGHLY recommend users run the latest version of WordPress and Gravity Forms so please update as soon as possible.  </p>
<h2>What's New</h2>
<ul>
<li>WordPress 3.3 compatibility update to resolve issue with user related merge tags due to changes in how user data is queried in WordPress v3.3+.</li>
</ul>
<p>You can update to the latest version of Gravity Forms using Automatic Update.  Just visit the Updates page under the Forms navigation in your WordPress Dashboard. Update deployment is staged so if you do not see the update available, try again in a few hours. You can also <a href="http://www.gravityhelp.com/downloads/">download</a> the latest version of the plugin from the <a href="http://www.gravityhelp.com/downloads/">Downloads</a> page.</p>
<div class="alert_yellow pad_20">Please Note: Automatic Update will only work if you have correctly entered your License Key in the Settings page of Gravity Forms in your WordPress Dashboard.</div>
]]></content:encoded>
			<wfw:commentRss>http://www.gravityhelp.com/gravity-forms-v1-6-2-1-1-released/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Gravity Forms AWeber Add-On v1.1 Released</title>
		<link>http://www.gravityhelp.com/gravity-forms-aweber-add-on-v1-1-released/</link>
		<comments>http://www.gravityhelp.com/gravity-forms-aweber-add-on-v1-1-released/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 16:26:31 +0000</pubDate>
		<dc:creator>Carl Hancock</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.gravityhelp.com/?p=1846</guid>
		<description><![CDATA[Gravity Forms AWeber Add-On v1.1 is now available via automatic update. We highly suggest you update to this new version as it greatly enhances the reliability of the AWeber integration via support for the brand new AWeber API. Along with adding support for adding the subscriber via the AWeber API, we have also introduced full... <a href="http://www.gravityhelp.com/gravity-forms-aweber-add-on-v1-1-released/"> read more</a]]></description>
			<content:encoded><![CDATA[<p>Gravity Forms AWeber Add-On v1.1 is now available via automatic update. We highly suggest you update to this new version as it greatly enhances the reliability of the AWeber integration via support for the brand new AWeber API.</p>
<p>Along with adding support for adding the subscriber via the AWeber API, we have also introduced full support for AWeber Custom Fields.  This allows you to easily map your Gravity Form fields to your AWeber custom fields so that your custom subscriber data is populated when the subscriber is added via a form submission.<br />
<span id="more-1846"></span><br />
Due to limitations in the older AWeber API the Gravity Forms AWeber Add-On had to add subscribers by sending an email to your mailing list to add the new subscriber.  This method worked in most instances, however some server configurations caused problems when it came to properly sending the email required to add the subscriber.  This is no longer necessary.  The Gravity Forms AWeber Add-On now fully supports updates made to the AWeber API to support adding the subscriber directly via the API.</p>
<p>If you are an AWeber user we highly suggest updating to this new release as soon as possible to take advantage of these updates.</p>
<p><!--more--></p>
<div class="alert_yellow pad_20">Note: The AWeber Add-On is only available to Gravity Forms Business &amp; Developer license holders</div>
<p>Here is a look at what is new in Gravity Forms Aweber Add-On v1.1:</p>
<ul>
<li>Added support for for adding subscribers via the new AWeber API.</li>
<li>Added support for AWeber Custom Fields.</li>
</ul>
<div class="alert_blue pad_20">Don't own a Gravity Forms Business or Developer license? <strong>Upgrade</strong> or </strong><a href="http://www.gravityforms.com">Purchase one now!</a></div>
<p>Please Note: Automatic Upgrade will only work if you have entered a valid Business or Developer License Key in the Settings page of Gravity Forms in your WordPress Administration Panel.</p>
<p>You may <a href="http://www.gravityhelp.com/downloads/add-ons/">download the AWeber Add-On here</a>, and <a href="http://www.gravityhelp.com/documentation/page/AWeber_Add-On">read the documentation here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gravityhelp.com/gravity-forms-aweber-add-on-v1-1-released/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Gravity Forms MailChimp Add-On v1.6 Released</title>
		<link>http://www.gravityhelp.com/gravity-forms-mailchimp-add-on-v1-6-released/</link>
		<comments>http://www.gravityhelp.com/gravity-forms-mailchimp-add-on-v1-6-released/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 16:19:22 +0000</pubDate>
		<dc:creator>Carl Hancock</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.gravityhelp.com/?p=1844</guid>
		<description><![CDATA[Gravity Forms MailChimp Add-On v1.6 is now available via automatic update. This is a highly anticipated update that introduces several new features, including support for MailChimp Groups! Not only does this update allow you to define which group to add the user to, it allows you to conditionally add them to groups based on field... <a href="http://www.gravityhelp.com/gravity-forms-mailchimp-add-on-v1-6-released/"> read more</a]]></description>
			<content:encoded><![CDATA[<p>Gravity Forms MailChimp Add-On v1.6 is now available via automatic update. This is a highly anticipated update that introduces several new features, including support for MailChimp Groups!</p>
<p>Not only does this update allow you to define which group to add the user to, it allows you to conditionally add them to groups based on field selections the user makes when submitting the form.  We have also added support for the PayPal Add-On so that you can configure your PayPal settings so that subscribers are only added to your MailChimp list after payment is received.<br />
<span id="more-1844"></span></p>
<p>If you are a MailChimp user we highly suggest updating to this new release to take advantage of the power of MailChimp Groups to segment your mailing lists.</p>
<p><!--more--></p>
<div class="alert_yellow pad_20">Note: The MailChimp Add-On is only available to Gravity Forms Business &amp; Developer license holders</div>
<p>Here is a look at what is new in Gravity Forms MailChimp Add-On v1.6:</p>
<ul>
<li>Added support for MaiChimp Groups so that subscribers can be assigned to a group when added to a list.</li>
<li>Added integration with PayPal so that subscribers can be added only when payment is received.</li>
<li>Added Form Title to the list of fields to be mapped.</li>
<li>Fixed issue where RG_CURRENT_PAGE constant was not available when GF is deactivated.</li>
<li>Fixed noticed caused where $api variable not declared.</li>
<li>Updated procedure that gets the MailChimp lists so that more than 25 lists are returned (up to 100).</li>
</ul>
<div class="alert_blue pad_20">Don't own a Gravity Forms Business or Developer license? <strong>Upgrade</strong> or </strong><a href="http://www.gravityforms.com">Purchase one now!</a></div>
<p>Please Note: Automatic Upgrade will only work if you have entered a valid Business or Developer License Key in the Settings page of Gravity Forms in your WordPress Administration Panel.</p>
<p>You may <a href="http://www.gravityhelp.com/downloads/add-ons/">download the MailChimp Add-On here</a>, and <a href="http://www.gravityhelp.com/documentation/page/MailChimp_Add-On">read the documentation here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gravityhelp.com/gravity-forms-mailchimp-add-on-v1-6-released/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Gravity Forms v1.6.2 Released</title>
		<link>http://www.gravityhelp.com/gravity-forms-v1-6-2-released/</link>
		<comments>http://www.gravityhelp.com/gravity-forms-v1-6-2-released/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 17:19:54 +0000</pubDate>
		<dc:creator>Carl Hancock</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.gravityhelp.com/?p=1820</guid>
		<description><![CDATA[Gravity Forms v1.6.2 is now available via automatic update and the downloads page. This release introduces new hooks, provides for better compatibility with multi-site installs and situations where the wp-content folder is located in a custom location, as well as a variety of bug fixes and other improvements. We HIGHLY recommend users run the latest... <a href="http://www.gravityhelp.com/gravity-forms-v1-6-2-released/"> read more</a]]></description>
			<content:encoded><![CDATA[<p>Gravity Forms v1.6.2 is now available via automatic update and the <a href="/downloads">downloads</a> page.  This release introduces new hooks, provides for better compatibility with multi-site installs and situations where the wp-content folder is located in a custom location, as well as a variety of bug fixes and other improvements. </p>
<p>We HIGHLY recommend users run the latest version of WordPress and Gravity Forms so please update as soon as possible.<br />
<span id="more-1820"></span></p>
<h2>What's New</h2>
<ul>
<li>Added "gform_custom_merge_tags" hook which allows for the inclusion of custom merge tags wherever merge tag drop downs are generated.</li>
<li>Added "gform_replace_merge_tags" hook which allows for the replacement of merge tags.</li>
<li>Added "gform_entry_created" hook which fires immediately after the lead has been created but before any lead specific functionality has processed.</li>
<li>Added "gform_form_actions" hook which allows the modification of existing form actions and addition of new form actions.</li>
<li>Added ability to go back to a specific page when form validation fails using gform_validation hook.</li>
<li>Updated thick box enqueuing so that it is done conditionally when running WordPress v3.3+.</li>
<li>Updated link for reCAPTCHA account sign-up.</li>
<li>Updated preview, print entry and column selection functionality to provide better compatibility with sites using a custom wp-content folder location.</li>
<li>Updated the color_picker function in the GFFormDetail class to make it public and usable by add-ons.</li>
<li>Fixed issue with uploaded files not being properly deleted on multi-site installs.</li>
<li>Fixed issue for Really Simple Captcha plugin with image/color display when changing size/font/background colors.</li>
<li>Fixed issue with incorrect preview link displayed immediately after creating a new form.</li>
<li>Fixed issue with {all_fields:admin} not displaying admin labels for Single Product fields.</li>
<li>Fixed issue with blank sections being displayed on {all_fields} merge tag.</li>
<li>Fixed issue where content templates would return empty when a "0" was passed.</li>
<li>Fixed issue with activation throwing errors when trying to remove old indexes.</li>
<li>Fixed issue with Pricing fields displaying as $0.00 for text formatted notifications.</li>
<li>Fixed issue where selecting "None" for Paging Progress Indicator option was not being reflected after updating the form.</li>
<li>Fixed issue with user defined price field not accepting $0.00 as a valid value.</li>
<li>Fixed issue with radio button and checkbox pricing fields storing the selected items when price was blank.</li>
<li>Fixed issue with escaping causing javascript errors on the entry list when language localization is set to French.</li>
</ul>
<p>You can update to the latest version of Gravity Forms using Automatic Update.  Just visit the Updates page under the Forms navigation in your WordPress Dashboard. Update deployment is staged so if you do not see the update available, try again in a few hours. You can also <a href="http://www.gravityhelp.com/downloads/">download</a> the latest version of the plugin from the <a href="http://www.gravityhelp.com/downloads/">Downloads</a> page.</p>
<div class="alert_yellow pad_20">Please Note: Automatic Update will only work if you have correctly entered your License Key in the Settings page of Gravity Forms in your WordPress Dashboard.</div>
]]></content:encoded>
			<wfw:commentRss>http://www.gravityhelp.com/gravity-forms-v1-6-2-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gravity Forms v1.6.1 Released</title>
		<link>http://www.gravityhelp.com/gravity-forms-v1-6-1-released/</link>
		<comments>http://www.gravityhelp.com/gravity-forms-v1-6-1-released/#comments</comments>
		<pubDate>Mon, 07 Nov 2011 21:25:09 +0000</pubDate>
		<dc:creator>Carl Hancock</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.gravityhelp.com/?p=1815</guid>
		<description><![CDATA[Gravity Forms v1.6.1 is now available via automatic update. This is a bug and maintenance release for the recently released Gravity Forms v1.6. This release also contains changes in preparation for the introduction of the Gravity Forms Authorize.Net Add-On. We highly recommend users run the latest version of WordPress and Gravity Forms so please update... <a href="http://www.gravityhelp.com/gravity-forms-v1-6-1-released/"> read more</a]]></description>
			<content:encoded><![CDATA[<p>Gravity Forms v1.6.1 is now available via automatic update.  This is a bug and maintenance release for the recently released Gravity Forms v1.6. This release also contains changes in preparation for the introduction of the Gravity Forms Authorize.Net Add-On. </p>
<p>We highly recommend users run the latest version of WordPress and Gravity Forms so please update as soon as possible.<br />
<span id="more-1815"></span></p>
<p>Here is a look at what is new in Gravity Forms v1.6.1:</p>
<ul>
<li>Fixed issue with form preview returning a 404.</li>
<li>Fixed issue with credit card field not escaping translated text properly and causing issues with French translation.</li>
<li>Updated 'gform_allowable_tags' filter to run on every field including post fields.</li>
<li>Fixed issue with form export including the <creditCards> node for non credit card fields.</li>
<li>Fixed issue with gform_save_field_value filter not accepting values greater than 200 characters.</li>
<li>Fixed issue with last field in the form being saved with the value of the total field in certain situations.</li>
</ul>
<p>You can update to the latest version of Gravity Forms using Automatic Update.  Just visit the Updates page under the Forms navigation in your WordPress Dashboard. Update deployment is staged so if you do not see the update available, try again in a few hours. You can also <a href="http://www.gravityhelp.com/downloads/">download</a> the latest version of the plugin from the <a href="http://www.gravityhelp.com/downloads/">Downloads</a> page.</p>
<div class="alert_yellow pad_20">Please Note: Automatic Update will only work if you have correctly entered your License Key in the Settings page of Gravity Forms in your WordPress Dashboard.</div>
]]></content:encoded>
			<wfw:commentRss>http://www.gravityhelp.com/gravity-forms-v1-6-1-released/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Gravity Forms v1.6 Is Here!</title>
		<link>http://www.gravityhelp.com/gravity-forms-v1-6-is-here/</link>
		<comments>http://www.gravityhelp.com/gravity-forms-v1-6-is-here/#comments</comments>
		<pubDate>Tue, 01 Nov 2011 19:48:50 +0000</pubDate>
		<dc:creator>Carl Hancock</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.gravityhelp.com/?p=1808</guid>
		<description><![CDATA[After a long development and testing phase we are pleased to make Gravity Forms v1.6 available as a public release. This is a feature packed release that adds a bunch of great new features and enhancements to an already powerful plugin. From entirely new field types to major and minor enhancements to existing functionality, Gravity... <a href="http://www.gravityhelp.com/gravity-forms-v1-6-is-here/"> read more</a]]></description>
			<content:encoded><![CDATA[<p>After a long development and testing phase we are pleased to make Gravity Forms v1.6 available as a public release.  This is a feature packed release that adds a bunch of great new features and enhancements to an already powerful plugin.</p>
<p>From entirely new field types to major and minor enhancements to existing functionality, Gravity Forms v1.6 has a little something for everyone… including all sorts of new hooks and filters for developers to customize Gravity Forms even further!</p>
<p><span id="more-1808"></span></p>
<p>Please note that documentation for Gravity Forms v1.6 is still in progress.  Some of the new hooks and filters have been added to the Developer Documentation, however we are still in the process of working on the remainder of the documentation.  But as with the core features and functionality of Gravity Forms, it's quick and easy to learn by just getting your feet wet by building a new form.</p>
<p>Here is a quick rundown of what is new in Gravity Forms v1.6:</p>
<h3>List Field</h3>
<p>The List Field is an entirely new field type that has been added under Advanced Fields in the form editor.  The List Field allows users to enter a list of information into the form.  It supports both a single column as well as configurable multi-column lists for capturing more complex data.  Users can add additional rows to the list to add additional data when submitting a form.</p>
<h3>Multi-Select Field and Enhanced Drop Down</h3>
<p>We have added a new Multi-Select field with an option for an enhanced jQuery interface that makes using Multi-Selects easier for end users. We have also added an enhanced jQuery interface to the standard Drop Down field which allows user to search available options when using a drop down field.</p>
<p>Be sure to check the "Enable enhanced user interface" option to see the new jQuery interface when editing a Drop Down or Multi-Select Field.  It is not currently turned on by default.</p>
<h3>Javascript Masks</h3>
<p>The Single Input Field has been enhanced to include a Javascript Mask option.  This allows you to use Javascript to automatically format text entered into the field.  There are some predefined masks to choose from, or you can choose to create your own custom mask.</p>
<h3>Radio Button Other Option</h3>
<p>The Multiple Choice field has been renamed to simply Radio Buttons and we have added an option to the Radio Button field to enable an Other option.  If selected, the Radio Button field will give the user the option of entering their own value if one of the available options does not meet their needs.</p>
<h3>Date and Time Field Enhancements</h3>
<p>The Date Field has been enhanced to now support entering the data via Month, Day and Year drop downs.  We have also enhanced the Time field so that it now has a 24 hour time format as an available option.</p>
<h3>Form Settings Enhancements</h3>
<p>We have added a new advanced form setting to require a user be logged in to view the form, or display a message if they are not logged in.  The message also supports short codes so you could insert a Gravity Form short code to display an alternative form if they are not logged in.</p>
<p>We have also added additional options to the Limit Entries functionality.  You can now limit entries based on time: Per day, Week, Month or Year.</p>
<h3>Duplicate Fields</h3>
<p>The Form Editor now supports duplicating fields when editing a form.  If you select Duplicate when editing a field you can immediately duplicate that field and it will insert a new field with the same values directly below the field you are duplicating.</p>
<h3>Post Field Enhancements</h3>
<p>We have enhanced several post fields to add new capabilities.  One of the most useful new enhancements is Featured Image support for the Post Image field.  There is now an option on the Post Image field to set that image as the Featured Image for the post that is created.</p>
<p>The Post Title and Post Body fields now have an additional Post setting to set the Post Format.  This is useful for themes that support multiple formats so you can configure the Post Format that is set for the post that is created.</p>
<p>We have added 2 new available field types to the Post Custom Field.  You can now use Checkboxes as well as the brand new List Field with the Post Custom Field.  This makes storing complex data with Posts easier.  Please note that values are stored as multiple custom field items so you must know how to loop through to display custom fields that use the same name to make use of these field types on the front end of your site.</p>
<h3>Akismet Integration</h3>
<p>Gravity Forms can now integrate with the Akismet anti-spam service to automatically protect your forms from spam.  All you need to do to enable Akismet integration is install and activate Akismet and the integration will happen automatically.  With Akismet activated there is a new area to the Entry List that allows you to view entries marked as Spam and you can manually mark entries as Spam or Ham (not spam).</p>
<h3>Trash Functionality</h3>
<p>We have added Trash functionality to form entry management.  Now you can add an entry to Trash which does not delete it permanently.  If you would like to delete an entry or entries permanently you can view the Trash and delete items permanently or choose to empty the trash.  Once an item is deleted permanently so are any files that are associated with that entry.</p>
<h3>Custom Bulk Add/Predefined Choices</h3>
<p>You can now add, edit and delete predefined choices to the Bulk Add/Predefined Choices menu.  This allows you to easily manage predefined choices you want to use in Drop Down, Radio Button, Checkbox and Multi-Select fields.</p>
<h3>Resend Notifications and Bulk Print</h3>
<p>When viewing entries on either the entry detail or entry list page you can now choose to resend notification emails or print multiple entries at once using the bulk print action.</p>
<h3>Here is the complete change log for Gravity Forms v1.6</h3>
<ul>
<li>Added additional version-specific IE browser classes to gform_wrapper.</li>
<li>Added support for running Gravity Forms setup from settings page based on "setup" query string. (ie. ?page=gf_settings&#038;setup).</li>
<li>Added support for merge codes :label to allow field labels to be conditionally written to the outputted only when the field has a value.</li>
<li>Added hook on preview.php file to enqueue custom styles.</li>
<li>Added Primary key to wp_rg_form_meta and wp_rg_lead_detail_long tables.</li>
<li>Added support for :currency and :price modifier on pricing merge tags.</li>
<li>Added ID attribute to the "Add Form" link.</li>
<li>Added "gform_post_render" javascript hook to functions to bound to every form render on AJAX enabled forms.</li>
<li>Added support for additional date formats.</li>
<li>Added "gform_allowable_tags" hook to allow enabling HTML or specific HTML tags for submitted data.</li>
<li>Added browser class to gform_wrapper.</li>
<li>Added a form specific class to the confirmation container. "gform_confirmation_message_FORMID".</li>
<li>Added extra classes to pagination steps.</li>
<li>Added Mask setting to Text Field.</li>
<li>Added form advanced setting to require user to be logged in to view form and a configurable message.</li>
<li>Added re-send notification functionality to entry list and entry detail page.</li>
<li>Added Print to list of bulk action operations so that multiple entries can be printed at once.</li>
<li>Added hook to change separator of entry export file.</li>
<li>Added "Other" option to radio button field.</li>
<li>Added tab index to short code and function to specify starting tab index.</li>
<li>Added CDATA around scripts to ensure valid HTML.</li>
<li>Added duplicate field functionality.</li>
<li>Added update message for bulk actions on entries list page.</li>
<li>Added post format setting to main post fields (title, body).</li>
<li>Added option to set post image field as a featured image.</li>
<li>Added default value settings to simple name field.</li>
<li>Added visibility setting to product fields so that they can be hidden.</li>
<li>Added trash and spam functionality.</li>
<li>Added integration with Akismet.</li>
<li>Added support for 24 hour time on time field.</li>
<li>Added Date drop down type to date field.</li>
<li>Added new gform_after_submission hook that fires early in the process and deprecated gform_post_submission.</li>
<li>Added hidden product field.</li>
<li>Added list field type.</li>
<li>Added lookup by form name on gravity form short code.</li>
<li>Added checkbox merge variable to return a comma separated list of selected items.</li>
<li>Added new easier to use field validation filter.</li>
<li>Added validation so that option field does not get added to a form without a product field.</li>
<li>Added hook for single product sub labels.</li>
<li>Added support for merge tags in confirmation URL redirect field.</li>
<li>Added checkbox input type to Post Custom Field.</li>
<li>Added an option to send emails in text format.</li>
<li>Added rg_lead_meta table to be used by Add-On developers.</li>
<li>Added option to use the "chosen" script on drop downs.</li>
<li>Added multi-select field.</li>
<li>Added multi-select field as input type for: Tag, Custom Field.</li>
<li>Added checkbox (comma separated) to entry list.</li>
<li>Added ability to save a predefined choice from the bulk add screen.</li>
<li>Added list field to custom post field.</li>
<li>Added hook for list field column.</li>
<li>Added description placement setting (top label only).</li>
<li>Added new merge tag for displaying Admin labels on notifications(create {all_fields:admin_label} and make it more flexible).</li>
<li>Dynamically calculating WordPress root directory on files that are loaded outside the WP context (i.e. preview.php, select_columns.php)</li>
<li>Updated tooltip script printing so that only tooltip specific scripts are printed when calling wp_print_scripts()</li>
<li>Updated "gform_confirmation_anchor" hook to affect AJAX forms and provide option for AJAX forms that allows you to specify an integer for the scroll position.</li>
<li>Updated editor "Update Form" button to do a full refresh instead of AJAX.</li>
<li>Updated form editor UI.</li>
<li>Updated short code wizard to remove square brackets( [ ] ) characters from form name when placed in the short code.</li>
<li>Updated default price for options to $0.00 price instead of blank.</li>
<li>Updated Limit entry option to allow (per day/week/month/year).</li>
<li>Updated file upload field to increase security.</li>
<li>Updated product fields to improve pre-population via hooks.</li>
<li>Updated entry detail and notification emails to hide section break when all fields in that section are blank.</li>
<li>Removed json.php. Using WordPress JSON class instead.</li>
<li>Removed donation field button (still providing support for existing donation fields).</li>
<li>Fixed issue where blank post meta keys are created when empty value is submitted.</li>
<li>Fixed issue with radio buttons when using jQuery 1.6.4 (WordPress 3.3).</li>
<li>Fixed issue with post images getting saved in a wrong folder (based on the date of the embedded post/page instead of the newly created post).</li>
<li>Fixed debug notice messages.</li>
<li>Fixed issue with Post Format not being selected correctly in the form editor.</li>
<li>Fixed issue on checkbox merge tag when targeting specific checkbox item.</li>
<li>Fixed issue with thick box script on upcoming WP 3.3.</li>
<li>Fixed issue with Post Custom Field (Date field type) not honoring date format when storing post meta.</li>
<li>Fixed issue with formatting and total calculation of the Swiss Franc currency.</li>
<li>Fixed conditional logic issue on multi-page forms when AJAX is turned on.</li>
<li>Fixed issue where the full list of radio and checkbox items were displayed in the admin after editing a choice.</li>
<li>Fixed erroneous single quote from AJAX inline script block.</li>
<li>Fixed issue with conditional logic fields not making into notification email when sending notification after payment is made.</li>
<li>Fixed issue where adding any post field to a form prevented the form from saving if Post Formats were not supported.</li>
<li>Fixed problem creating warning messages on radio button fields.</li>
<li>Fixed markup on form list page causing WP footer to overlap with long form list.</li>
<li>Fixed conditional logic problem when target values have single quotes.</li>
<li>Fixed number field validation.</li>
<li>Fixed issue with "gform_notification_format" filter not passing all of the parameters correctly.</li>
</ul>
<p>You can update to the latest version of Gravity Forms using Automatic Update.  Just visit the Updates page under the Forms navigation in your WordPress Dashboard. Update deployment is staged so if you do not see the update available, try again in a few hours. You can also <a href="http://www.gravityhelp.com/downloads/">download</a> the latest version of the plugin from the <a href="http://www.gravityhelp.com/downloads/">Downloads</a> page.</p>
<div class="alert_yellow pad_20">Please Note: Automatic Update will only work if you have correctly entered your License Key in the Settings page of Gravity Forms in your WordPress Dashboard.</div>
]]></content:encoded>
			<wfw:commentRss>http://www.gravityhelp.com/gravity-forms-v1-6-is-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gravity Forms PayPal Add-On v1.3 Released</title>
		<link>http://www.gravityhelp.com/gravity-forms-paypal-add-on-v1-3-released/</link>
		<comments>http://www.gravityhelp.com/gravity-forms-paypal-add-on-v1-3-released/#comments</comments>
		<pubDate>Tue, 01 Nov 2011 16:23:09 +0000</pubDate>
		<dc:creator>Carl Hancock</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.gravityhelp.com/?p=1802</guid>
		<description><![CDATA[We have updated the Gravity Forms PayPal Add-On to v1.3 and it is now available via automatic update. This release adds additional features to the PayPal Add-On to provide more flexibility with both donation and subscription transactions. You can now pass all selected Pricing Fields for both donations and subscription transaction types. Note: The PayPal... <a href="http://www.gravityhelp.com/gravity-forms-paypal-add-on-v1-3-released/"> read more</a]]></description>
			<content:encoded><![CDATA[<p>We have updated the Gravity Forms PayPal Add-On to v1.3 and it is now available via automatic update.  This release adds additional features to the PayPal Add-On to provide more flexibility with both donation and subscription transactions.  You can now pass all selected Pricing Fields for both donations and subscription transaction types.</p>
<p><span id="more-1802"></span></p>
<div class="alert_yellow pad_20">Note: The PayPal Add-On is only available to Gravity Forms Developer license holders</div>
<h2>What's New</h2>
<ul>
<li>Added currency.js file to remove dependency on script from Gravity Forms.</li>
<li>Added support for sending product fields to PayPal when feed is a donation.</li>
<li>Added support for using Form Total as an option for the recurring amount.</li>
<li>Changed PayPal request to add charset=UTF-8 variable.</li>
<li>Changed CURL's setting to disable SSL peer validation.</li>
<li>Fixed issue with delay notification and delay post settings not behaving correctly when paypal condition is not met.</li>
<li>Fixed notice messages.</li>
<li>Fixed issue on validation that failed when emails had extra blank spaces.</li>
<li>Fixed UI issue on feeds page that displayed the "Add New" button when PayPal was not configured.</li>
<li>Fixed issue with notification settings not displaying the saved values correctly.</li>
</ul>
<div class="alert_blue pad_20">The PayPal Add-On is only available to Developer License owners. Don't own a Gravity Forms Developer license? <a href="http://www.gravityforms.com">Purchase one now!</a></div>
<p>You may download the PayPal Add-On via the Add-On manager in Gravity Forms or via the Add-On <a href="http://www.gravityhelp.com/downloads/add-ons/">download page</a>, and <a href="http://www.gravityhelp.com/documentation/page/PayPal_Add-On">read the documentation here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gravityhelp.com/gravity-forms-paypal-add-on-v1-3-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gravity Forms User Registration Add-On v1.2.11 Released</title>
		<link>http://www.gravityhelp.com/gravity-forms-user-registration-add-on-v1-2-11-released/</link>
		<comments>http://www.gravityhelp.com/gravity-forms-user-registration-add-on-v1-2-11-released/#comments</comments>
		<pubDate>Tue, 01 Nov 2011 15:39:43 +0000</pubDate>
		<dc:creator>Carl Hancock</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.gravityhelp.com/?p=1799</guid>
		<description><![CDATA[The Gravity Forms User Registration Add-On v1.2.11 is now available. This release fixes a multi-site compatibility issue involving the new site creation email and improves compatibility with the Gravity Forms PayPal Add-On. User Registration Add-On v1.2.11 Fixed issue where password was not included on New Site Creation email. Updated registration_met() function to retrieve submitted value... <a href="http://www.gravityhelp.com/gravity-forms-user-registration-add-on-v1-2-11-released/"> read more</a]]></description>
			<content:encoded><![CDATA[<p>The Gravity Forms User Registration Add-On v1.2.11 is now available. This release fixes a multi-site compatibility issue involving the new site creation email and improves compatibility with the Gravity Forms PayPal Add-On.<br />
<span id="more-1799"></span></p>
<h2>User Registration Add-On v1.2.11</h2>
<ul>
<li>Fixed issue where password was not included on New Site Creation email.</li>
<li>Updated registration_met() function to retrieve submitted value from the lead (rather than $_POST) to be compatible with PayPal Add-on.</li>
</ul>
<div class="alert_blue pad_20">The User Registration Add-On is only available to Developer License owners. Don't own a Gravity Forms Developer license? <a href="http://www.gravityforms.com">Purchase one now!</a></div>
<p>You may download the User Registration Add-On via the Add-On manager in Gravity Forms or via the Add-On <a href="http://www.gravityhelp.com/downloads/add-ons/">download page</a>, and <a href="http://www.gravityhelp.com/documentation/page/User_Registration_Add-On">read the documentation here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gravityhelp.com/gravity-forms-user-registration-add-on-v1-2-11-released/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

