<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums User Favorites: ottome</title>
		<link><a href='https://legacy.forums.gravityhelp.com/profile/ottome'>ottome</a></link>
		<description>Gravity Support Forums User Favorites: ottome</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 23:26:21 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>David Peralty on "Is this possible?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/is-this-possible-3#post-146242</link>
			<pubDate>Tue, 12 Feb 2013 11:30:05 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">146242@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That would be the last piece to the puzzle. You should be able to do what you want then.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ross on "Is this possible?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/is-this-possible-3#post-146241</link>
			<pubDate>Tue, 12 Feb 2013 11:17:31 +0000</pubDate>
			<dc:creator>Ross</dc:creator>
			<guid isPermaLink="false">146241@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for coming back - I was considering &#60;a href=&#34;http://jigoshop.com/product/gravity-forms-integration/&#34; rel=&#34;nofollow&#34;&#62;http://jigoshop.com/product/gravity-forms-integration/&#60;/a&#62; in conjunction with gravity forms
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Is this possible?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/is-this-possible-3#post-146237</link>
			<pubDate>Tue, 12 Feb 2013 11:10:56 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">146237@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, but Gravity Forms does not have a cart system, and as such, the form would just submit.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ross on "Is this possible?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/is-this-possible-3#post-146227</link>
			<pubDate>Tue, 12 Feb 2013 10:39:53 +0000</pubDate>
			<dc:creator>Ross</dc:creator>
			<guid isPermaLink="false">146227@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, I'd like to get the Dev version, is it possible to create a form like this&#60;br /&#62;
&#60;a href=&#34;http://online-print.digitalprintplus.co.uk/product_info?c_product_id=532&#34; rel=&#34;nofollow&#34;&#62;http://online-print.digitalprintplus.co.uk/product_info?c_product_id=532&#60;/a&#62; on the right hand side of the page?&#60;/p&#62;
&#60;p&#62;many thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Populate dynamically from previous unselected check boxes?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populate-dynamically-from-previous-unselected-check-boxes#post-139048</link>
			<pubDate>Fri, 01 Feb 2013 23:02:02 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">139048@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can add that jQuery to an HTML field in your form, or you can add it to the header section of the page where the form is displayed.  You will need to do a little more to make that work in WordPress and to target your specific fields, but that should work.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>John on "Populate dynamically from previous unselected check boxes?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populate-dynamically-from-previous-unselected-check-boxes#post-137697</link>
			<pubDate>Thu, 31 Jan 2013 15:34:38 +0000</pubDate>
			<dc:creator>John</dc:creator>
			<guid isPermaLink="false">137697@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I wonder if this could work with GF checkboxes? ...if the checkbox is checked, stop unchecked...&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://stackoverflow.com/questions/6424485/jquery-if-the-checkbox-is-checked-stop-unchecked&#34; rel=&#34;nofollow&#34;&#62;http://stackoverflow.com/questions/6424485/jquery-if-the-checkbox-is-checked-stop-unchecked&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#38;lt;input type=&#34;checkbox&#34; disabled=&#34;disabled&#34; /&#38;gt;&#60;br /&#62;
If you want to disable a checkbox when it is clicked, with jQuery, you can do this:&#60;br /&#62;
$(&#34;input[type=checkbox]&#34;).click(function() {&#60;br /&#62;
      $(this).attr(&#34;disabled&#34;, true);&#60;br /&#62;
});&#60;/p&#62;
&#60;p&#62;Would the above be possible? How could I incorporate this jquery with GF?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>John on "Populate dynamically from previous unselected check boxes?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populate-dynamically-from-previous-unselected-check-boxes#post-136739</link>
			<pubDate>Wed, 30 Jan 2013 19:58:30 +0000</pubDate>
			<dc:creator>John</dc:creator>
			<guid isPermaLink="false">136739@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can anyone think of a way I could have a checkbox group that would NOT allow someone to uncheck a box after they have gone to page 2 of the form?&#60;/p&#62;
&#60;p&#62;Once they are on page 2 I want to give them the option to select something from page 1 but not be able to change their previous selections.&#60;/p&#62;
&#60;p&#62;Thanks,
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Address field, change State to 2 letter abbreviation?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/address-field-change-state-to-2-letter-abbreviation#post-134494</link>
			<pubDate>Mon, 28 Jan 2013 22:51:33 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">134494@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you for sharing that code.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>John on "Address field, change State to 2 letter abbreviation?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/address-field-change-state-to-2-letter-abbreviation#post-128770</link>
			<pubDate>Tue, 22 Jan 2013 16:35:59 +0000</pubDate>
			<dc:creator>John</dc:creator>
			<guid isPermaLink="false">128770@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We (well my api developer/coder) found and implemented this so now we can use the complex address field with the Donor Tools api which requires the state 2 letter abbreviation.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://seoserpent.com/news/gravity-forms-zip-codes-state-abbreviations&#34; rel=&#34;nofollow&#34;&#62;http://seoserpent.com/news/gravity-forms-zip-codes-state-abbreviations&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Works for us!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>John on "Address field, change State to 2 letter abbreviation?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/address-field-change-state-to-2-letter-abbreviation#post-128688</link>
			<pubDate>Tue, 22 Jan 2013 14:21:19 +0000</pubDate>
			<dc:creator>John</dc:creator>
			<guid isPermaLink="false">128688@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for the reply/support.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
