<?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: Multiple Form Submissions</title>
		<link>https://legacy.forums.gravityhelp.com/topic/multiple-form-submissions</link>
		<description>Gravity Support Forums Topic: Multiple Form Submissions</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 07:19:24 +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/multiple-form-submissions" rel="self" type="application/rss+xml" />

		<item>
			<title>Mary Li on "Multiple Form Submissions"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-form-submissions#post-54319</link>
			<pubDate>Thu, 05 Apr 2012 00:03:28 +0000</pubDate>
			<dc:creator>Mary Li</dc:creator>
			<guid isPermaLink="false">54319@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have the same &#34;Multiple Form Submissions&#34; as Daniel Berman. I try the code above and it didn't work. Anybody can help?&#60;br /&#62;
Thanks,
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Daniel Berman on "Multiple Form Submissions"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-form-submissions#post-46849</link>
			<pubDate>Thu, 19 Jan 2012 11:30:21 +0000</pubDate>
			<dc:creator>Daniel Berman</dc:creator>
			<guid isPermaLink="false">46849@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Doesn't work.  I put this in Header.PHP and I still get multiple submissions when people refresh the page or use the back/forward buttons.  It's bloody annoying too because I get people signing up for my Mailing List and they get 3 and 4 notification emails and want to unsubscribe because they think I'm spamming them. It makes it impossible to use the form on my main page or in a sidebar widget as people keep submitting over and over again.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Multiple Form Submissions"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-form-submissions#post-33558</link>
			<pubDate>Thu, 25 Aug 2011 12:55:22 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">33558@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If you want to add it to header.php,  you will need to add script tags.&#60;br /&#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;Try this:&#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;That will run on every page if you enter it in header.php.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>SqueezeDigltal on "Multiple Form Submissions"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-form-submissions#post-33550</link>
			<pubDate>Thu, 25 Aug 2011 11:37:57 +0000</pubDate>
			<dc:creator>SqueezeDigltal</dc:creator>
			<guid isPermaLink="false">33550@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks.&#60;/p&#62;
&#60;p&#62;I'm not sure how to add code into a specific page but i added&#60;/p&#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;
&#60;p&#62;to header.php and it didn't work.&#60;/p&#62;
&#60;p&#62;What am I doing wrong?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Multiple Form Submissions"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-form-submissions#post-33543</link>
			<pubDate>Thu, 25 Aug 2011 10:42:24 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">33543@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can use a little jQuery or JavaScript to disable the button after it's clicked.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/stopping-multiple-form-submissions#post-19661&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/stopping-multiple-form-submissions#post-19661&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The redirect really takes a couple minutes?  I don't think I'd have the patience to wait either!  Maybe something can be sped up in that process?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>SqueezeDigltal on "Multiple Form Submissions"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-form-submissions#post-33538</link>
			<pubDate>Thu, 25 Aug 2011 09:46:14 +0000</pubDate>
			<dc:creator>SqueezeDigltal</dc:creator>
			<guid isPermaLink="false">33538@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;When my form is submitted i post the data to an external url using gform_post_submission and redirect the user based on the response.&#60;/p&#62;
&#60;p&#62;This can sometimes take a couple of minutes and i find that impatient users are repeatedly hitting submit and thus posting the form multiple times.&#60;/p&#62;
&#60;p&#62;How would I disable the submit button after it has been pressed to stop this happening? and is it possible to also show a 'please wait...' message whilst they are waiting for a response?&#60;/p&#62;
&#60;p&#62;Thanks,
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
