<?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: how to prevent multiple form submissions</title>
		<link>https://legacy.forums.gravityhelp.com/topic/how-to-prevent-multiple-form-submissions</link>
		<description>Gravity Support Forums Topic: how to prevent multiple form submissions</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 05:19:45 +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/how-to-prevent-multiple-form-submissions" rel="self" type="application/rss+xml" />

		<item>
			<title>David Peralty on "how to prevent multiple form submissions"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-prevent-multiple-form-submissions#post-56921</link>
			<pubDate>Sun, 29 Apr 2012 19:47:27 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">56921@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Glad this worked for you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mary Li on "how to prevent multiple form submissions"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-prevent-multiple-form-submissions#post-56885</link>
			<pubDate>Sat, 28 Apr 2012 10:32:45 +0000</pubDate>
			<dc:creator>Mary Li</dc:creator>
			<guid isPermaLink="false">56885@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you soooooooooooooooo much Kevin!!!&#60;br /&#62;
It works!&#60;br /&#62;
Mary
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "how to prevent multiple form submissions"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-prevent-multiple-form-submissions#post-56471</link>
			<pubDate>Tue, 24 Apr 2012 23:10:42 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">56471@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The easiest place would put that script somewhere just before closing &#34;head&#34; tag in your theme's header.php file. You would need to wrap the the snippet with the appropriate script tags for it to work properly.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[js]
&#38;lt;script type=&#38;#39;text/javascript&#38;#39;&#38;gt;
$(&#38;quot;:submit&#38;quot;).click(function(){
  $(this).attr(&#38;#39;disabled&#38;#39;, &#38;#39;disabled&#38;#39;).val(&#38;#39;Please wait...&#38;#39;);
});
&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Where_Do_I_Put_This_Code%3F&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Where_Do_I_Put_This_Code%3F&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Oh, and when copying scripts from this site.. mouseover the script, click on the little icon and then copy the script from the popup window.. not directly from inside the post. That way you won't copy the line numbers as well which will end up breaking your script.&#60;/p&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://bit.ly/IQHjEG&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/IQHjEG&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mary Li on "how to prevent multiple form submissions"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-prevent-multiple-form-submissions#post-56469</link>
			<pubDate>Tue, 24 Apr 2012 22:19:30 +0000</pubDate>
			<dc:creator>Mary Li</dc:creator>
			<guid isPermaLink="false">56469@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If the user is not patient enough and click the submit button of the gravity form multiple times two or more of the same entries will be created. Dave Landon posted the info below regarding this topic, but I don't know which file he refers to that I can put the code in. Anyone can help please?!!!!!! &#60;/p&#62;
&#60;p&#62;Hope this code helps people. Just put it in the &#38;lt;HEAD&#38;gt; section of the page that you wish to control the submit button…&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$(&#38;quot;:submit&#38;quot;).click(function(){
     $(this).attr(&#38;#39;disabled&#38;#39;, &#38;#39;disabled&#38;#39;).val(&#38;#39;Please wait...&#38;#39;);
});&#60;/code&#62;&#60;/pre&#62;</description>
		</item>

	</channel>
</rss>
