<?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: GZA</title>
		<link><a href='https://legacy.forums.gravityhelp.com/profile/gza'>gza</a></link>
		<description>Gravity Support Forums User Favorites: GZA</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 22:03:25 +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>mimoymima on "Image upload and crop"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/image-upload-and-crop#post-231478</link>
			<pubDate>Tue, 30 Apr 2013 21:52:58 +0000</pubDate>
			<dc:creator>mimoymima</dc:creator>
			<guid isPermaLink="false">231478@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;anyone figure out an easy way to allow the user who submits the form to do an image crop?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ramon fincken on "Repeating Fields ( groups )"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/repeating-fields-groups#post-177887</link>
			<pubDate>Wed, 20 Mar 2013 07:25:37 +0000</pubDate>
			<dc:creator>ramon fincken</dc:creator>
			<guid isPermaLink="false">177887@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;+1
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dack on "Repeating Fields ( groups )"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/repeating-fields-groups#post-161957</link>
			<pubDate>Wed, 06 Mar 2013 09:33:31 +0000</pubDate>
			<dc:creator>dack</dc:creator>
			<guid isPermaLink="false">161957@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I need this for several of my site so + here as well.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "How Can I Limit the Number of Selections Made in a Checkbox Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-can-i-limit-the-number-of-selections-made-in-a-checkbox-field#post-161947</link>
			<pubDate>Wed, 06 Mar 2013 09:14:38 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">161947@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you for the update.  When it was added to the end, you probably had an issue with an extra or missing &#38;lt;?php or ?&#38;gt; tag.  When you inserted it in the beginning, you got it properly in a PHP block.  Glad that is working for you now.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>black_lady on "How Can I Limit the Number of Selections Made in a Checkbox Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-can-i-limit-the-number-of-selections-made-in-a-checkbox-field#post-160951</link>
			<pubDate>Tue, 05 Mar 2013 09:54:59 +0000</pubDate>
			<dc:creator>black_lady</dc:creator>
			<guid isPermaLink="false">160951@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Solution from &#60;a href=&#34;http://gravitywiz.com/2012/06/11/limiting-how-many-checkboxes-can-be-checked/&#34; rel=&#34;nofollow&#34;&#62;http://gravitywiz.com/2012/06/11/limiting-how-many-checkboxes-can-be-checked/&#60;/a&#62;&#60;br /&#62;
is works!&#60;br /&#62;
I put this code into functions.php (at the end)  and I recived error.&#60;br /&#62;
But when I put this code on the begining - everythig fine!&#60;br /&#62;
Thanks David :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>black_lady on "How Can I Limit the Number of Selections Made in a Checkbox Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-can-i-limit-the-number-of-selections-made-in-a-checkbox-field#post-160038</link>
			<pubDate>Mon, 04 Mar 2013 11:46:19 +0000</pubDate>
			<dc:creator>black_lady</dc:creator>
			<guid isPermaLink="false">160038@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, this solution doesn't work for me. I put this code in functions.php and changed input ID, and nothing. Any idea?&#60;br /&#62;
code i put:&#60;br /&#62;
&#38;lt;script type=&#34;text/javascript&#34;&#38;gt;&#60;br /&#62;
jQuery.noConflict();&#60;br /&#62;
  jQuery(document).ready(function($) {		&#60;/p&#62;
&#60;p&#62; 	$.fn.limit = function(n) {&#60;br /&#62;
 	var self = this;&#60;br /&#62;
 	this.click(function(){ return (self.filter(&#34;:checked&#34;).length&#38;lt;=n); });&#60;br /&#62;
	}&#60;br /&#62;
	$(&#34;ul#input_22_70 li input:checkbox&#34;).limit(2);  				&#60;/p&#62;
&#60;p&#62;  });&#60;br /&#62;
&#38;lt;/script&#38;gt;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Repeating Fields ( groups )"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/repeating-fields-groups#post-143488</link>
			<pubDate>Wed, 06 Feb 2013 13:51:30 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">143488@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you for your vote.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>reasondigital on "Repeating Fields ( groups )"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/repeating-fields-groups#post-143475</link>
			<pubDate>Wed, 06 Feb 2013 13:32:22 +0000</pubDate>
			<dc:creator>reasondigital</dc:creator>
			<guid isPermaLink="false">143475@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This feature would be enormously useful for us also.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Edit User Profile frontend form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/edit-user-profile-frontend-form#post-97540</link>
			<pubDate>Sat, 01 Dec 2012 01:41:00 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">97540@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The 1.5beta1 release of the User Registration add-on has the ability to update a user's profile.  You can download it here:  &#60;a href=&#34;http://www.gravityhelp.com/downloads/add-ons/#User_Registration_Beta&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/downloads/add-ons/#User_Registration_Beta&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>prositeplease on "Edit User Profile frontend form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/edit-user-profile-frontend-form#post-96686</link>
			<pubDate>Wed, 28 Nov 2012 18:50:22 +0000</pubDate>
			<dc:creator>prositeplease</dc:creator>
			<guid isPermaLink="false">96686@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have a 1st of Jan deadline on a major project that needs this feature...  Little optimistic do you think?&#60;/p&#62;
&#60;p&#62;Should I customise...
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
