<?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 Tag: forms - Recent Posts</title>
		<link>https://legacy.forums.gravityhelp.com/tags/forms</link>
		<description>Gravity Support Forums Tag: forms - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 18:14:43 +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/tags/forms" rel="self" type="application/rss+xml" />

		<item>
			<title>David Peralty on "Simple Checkbox to copy fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/simple-checkbox-to-copy-fields#post-342159</link>
			<pubDate>Mon, 24 Jun 2013 10:26:52 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">342159@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It would go before your &#38;lt;/head&#38;gt; tag in your header.php file.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cinchmedia on "Simple Checkbox to copy fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/simple-checkbox-to-copy-fields#post-341013</link>
			<pubDate>Sun, 23 Jun 2013 23:37:11 +0000</pubDate>
			<dc:creator>cinchmedia</dc:creator>
			<guid isPermaLink="false">341013@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I would like to see this explained better.  Where do I put the following code within the header.php?  I do not have an url to show, as I am in the beginning stages of this form.  I want to list a billing and shipping address, with a checkbox to autofill the shipping if it is the same as billing.  Thanks&#60;/p&#62;
&#60;p&#62;jQuery(document).ready(function($) {&#60;br /&#62;
$('input#choice_13_1').click(function() {&#60;br /&#62;
if($(this).is(':checked')) {&#60;br /&#62;
$('#input_2_12_1').val($('#input_2_2_1').val());&#60;br /&#62;
$('#input_2_12_2').val($('#input_2_2_2').val());&#60;br /&#62;
$('#input_2_12_3').val($('#input_2_2_3').val());&#60;br /&#62;
$('#input_2_12_4').val($('#input_2_2_4').val());&#60;br /&#62;
$('#input_2_12_5').val($('#input_2_2_5').val());&#60;br /&#62;
};&#60;br /&#62;
});&#60;br /&#62;
});
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "jQuery call in header or footer"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/jquery-call-in-header-or-footer#post-321143</link>
			<pubDate>Thu, 13 Jun 2013 15:46:09 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">321143@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes it would, jQuery needs to be loaded before any script that depends on it, which the Gravity Forms scripts do.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Richard
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brandozz on "jQuery call in header or footer"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/jquery-call-in-header-or-footer#post-321105</link>
			<pubDate>Thu, 13 Jun 2013 15:26:20 +0000</pubDate>
			<dc:creator>brandozz</dc:creator>
			<guid isPermaLink="false">321105@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I recently ran into an issue when all of my gravity forms disappeared from my site. The only change that I had made at the time was move my call to jQuery from the header to my footer. Would that have any effect on the gravity forms plugin?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Limiting Forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/limiting-forms#post-300118</link>
			<pubDate>Tue, 04 Jun 2013 00:35:18 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">300118@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No, I'm sorry, we don't share the custom code written for our demo.  All the plugin files are available and open source, and our developer documentation can be found here: &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Developer_Docs&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Developer_Docs&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ConsultancySmartLLP on "Limiting Forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/limiting-forms#post-299389</link>
			<pubDate>Mon, 03 Jun 2013 14:21:25 +0000</pubDate>
			<dc:creator>ConsultancySmartLLP</dc:creator>
			<guid isPermaLink="false">299389@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks David, greatly appreciated.&#60;/p&#62;
&#60;p&#62;Are you not able to provide the code that Gravity Forms currently use to limit the creation of additional forms in your demo?&#60;/p&#62;
&#60;p&#62;Thanks again.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Limiting Forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/limiting-forms#post-299184</link>
			<pubDate>Mon, 03 Jun 2013 11:47:53 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">299184@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No, you would have to hire a developer to do this code for you. None of the features you've requested are part of the current version of Gravity Forms. Our form system doesn't tie into the account role system. It is all or nothing currently.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ConsultancySmartLLP on "Limiting Forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/limiting-forms#post-299170</link>
			<pubDate>Mon, 03 Jun 2013 11:35:49 +0000</pubDate>
			<dc:creator>ConsultancySmartLLP</dc:creator>
			<guid isPermaLink="false">299170@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Chris,&#60;/p&#62;
&#60;p&#62;So If I buy the developer licence, will this assistance be made available to me?&#60;/p&#62;
&#60;p&#62;Also, is it all possible to have multiple users with the ability to view different forms&#60;/p&#62;
&#60;p&#62;e.g. User with permission level 1 can view form X Y Z but User with permission level 2 can only see Y Z&#60;/p&#62;
&#60;p&#62;Thanks kindly.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Limiting Forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/limiting-forms#post-299154</link>
			<pubDate>Mon, 03 Jun 2013 11:21:38 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">299154@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You would have to do this with custom code, by taking away their capability to create forms after a certain number of forms have been created.  It can be done, but would require some PHP code from you to make it happen.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ConsultancySmartLLP on "Limiting Forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/limiting-forms#post-296397</link>
			<pubDate>Sun, 02 Jun 2013 05:28:27 +0000</pubDate>
			<dc:creator>ConsultancySmartLLP</dc:creator>
			<guid isPermaLink="false">296397@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello!&#60;/p&#62;
&#60;p&#62;Just one quick pre-sales question.&#60;/p&#62;
&#60;p&#62;Is it currently possible, or will it be possible at any point to limit the number of forms a user can create?&#60;/p&#62;
&#60;p&#62;E.g. A client wants to create 50 forms, we bill the client X and the client creates their own forms. When the client creates 50 forms, the client would then have to contact us to purchase more forms; that is to say, 1, 2, 5, 10, 15, 20 or whatever.&#60;/p&#62;
&#60;p&#62;I guess it kind of expands on the limit you have in your Gravity Forms Demo. A user cannot create any new forms.&#60;/p&#62;
&#60;p&#62;This is a really important feature and could well be a deal breaker for me and a Gravity Forms developer licence.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
