<?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 Topic: Disable / Deactivate Submit Button on Submission</title>
		<link>https://legacy.forums.gravityhelp.com/topic/disable-deactivate-submit-button-on-submission</link>
		<description>Gravity Support Forums Topic: Disable / Deactivate Submit Button on Submission</description>
		<language>en-US</language>
		<pubDate>Wed, 29 Apr 2026 10:32:35 +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/topic/disable-deactivate-submit-button-on-submission" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Disable / Deactivate Submit Button on Submission"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/disable-deactivate-submit-button-on-submission#post-148889</link>
			<pubDate>Mon, 18 Feb 2013 01:59:41 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">148889@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This code should not have any effect at all on your admin, since it will be run only when form 116 is being rendered on the front end.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wordpressuser on "Disable / Deactivate Submit Button on Submission"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/disable-deactivate-submit-button-on-submission#post-147725</link>
			<pubDate>Sat, 16 Feb 2013 07:44:53 +0000</pubDate>
			<dc:creator>wordpressuser</dc:creator>
			<guid isPermaLink="false">147725@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Pasting the code at &#60;a href=&#34;http://pastebin.com/TR1Lu7Tb&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/TR1Lu7Tb&#60;/a&#62; in my theme &#38;gt; functions.php page under the area indicated below caused my admin backend to act erratically...?&#60;/p&#62;
&#60;p&#62;/*-----------------------------------------------------------------------------------*/&#60;br /&#62;
/* End WooThemes Functions - You can add custom functions below */&#60;br /&#62;
/*-----------------------------------------------------------------------------------*/&#60;/p&#62;
&#60;p&#62;?&#38;gt;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wordpressuser on "Disable / Deactivate Submit Button on Submission"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/disable-deactivate-submit-button-on-submission#post-147707</link>
			<pubDate>Sat, 16 Feb 2013 07:14:02 +0000</pubDate>
			<dc:creator>wordpressuser</dc:creator>
			<guid isPermaLink="false">147707@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This seems to work.&#60;/p&#62;
&#60;p&#62;Is there any sort of weird side effect to this that would cause wp-admin to not be accessible if implemented incorrectly?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alsc on "Disable / Deactivate Submit Button on Submission"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/disable-deactivate-submit-button-on-submission#post-146994</link>
			<pubDate>Thu, 14 Feb 2013 15:28:25 +0000</pubDate>
			<dc:creator>alsc</dc:creator>
			<guid isPermaLink="false">146994@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It works. Thank you, Chris.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Disable / Deactivate Submit Button on Submission"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/disable-deactivate-submit-button-on-submission#post-146990</link>
			<pubDate>Thu, 14 Feb 2013 15:10:43 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">146990@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, if you remove the 116, it will apply to all forms.  And yes, functions.php in your current theme.  All PHP normally goes into your theme's functions.php.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alsc on "Disable / Deactivate Submit Button on Submission"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/disable-deactivate-submit-button-on-submission#post-146974</link>
			<pubDate>Thu, 14 Feb 2013 14:50:42 +0000</pubDate>
			<dc:creator>alsc</dc:creator>
			<guid isPermaLink="false">146974@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Chris:&#60;br /&#62;
If I remove the 116, it will apply to all my forms, right?&#60;/p&#62;
&#60;p&#62;And I reckon, it should go into functions.php?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Disable / Deactivate Submit Button on Submission"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/disable-deactivate-submit-button-on-submission#post-146926</link>
			<pubDate>Thu, 14 Feb 2013 10:10:05 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">146926@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Richard.  Here is another, more verbose way of doing the same thing: &#60;a href=&#34;http://pastebin.com/TR1Lu7Tb&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/TR1Lu7Tb&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Disable / Deactivate Submit Button on Submission"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/disable-deactivate-submit-button-on-submission#post-146903</link>
			<pubDate>Thu, 14 Feb 2013 09:11:03 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">146903@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You could try something like this replacing the 2 with your form number&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$(&#38;#39;#gform_submit_button_2&#38;#39;).click(function(){
	$(&#38;#39;#gform_submit_button_2&#38;#39;).attr(&#38;quot;disabled&#38;quot;, true);
});&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>wordpressuser on "Disable / Deactivate Submit Button on Submission"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/disable-deactivate-submit-button-on-submission#post-146857</link>
			<pubDate>Thu, 14 Feb 2013 05:22:42 +0000</pubDate>
			<dc:creator>wordpressuser</dc:creator>
			<guid isPermaLink="false">146857@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I did look at all the suggested / similar topics... but I can't seem to find the answer. I really did try!&#60;/p&#62;
&#60;p&#62;Is it possible to deactivate / disable the submit button when a form is submitted? I have an order form that takes a bit long to complete, and I am really worried about double submission.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
