<?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: time delay after submitting form</title>
		<link>https://legacy.forums.gravityhelp.com/topic/time-delay-after-submitting-form</link>
		<description>Gravity Support Forums Topic: time delay after submitting form</description>
		<language>en-US</language>
		<pubDate>Wed, 22 Apr 2026 11:33:09 +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/time-delay-after-submitting-form" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "time delay after submitting form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/time-delay-after-submitting-form#post-67173</link>
			<pubDate>Fri, 20 Jul 2012 00:52:10 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">67173@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Or, Rob has posted one possible solution to do that here as well:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/is-it-possible-to-hide-the-submit-button-after-it-has-been-clicked#post-41113&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/is-it-possible-to-hide-the-submit-button-after-it-has-been-clicked#post-41113&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "time delay after submitting form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/time-delay-after-submitting-form#post-67121</link>
			<pubDate>Thu, 19 Jul 2012 16:50:27 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">67121@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Here is something someone wrote:&#60;br /&#62;
&#60;a href=&#34;http://www.mkyong.com/jquery/how-to-disable-submit-button-after-clicked-with-jquery/&#34; rel=&#34;nofollow&#34;&#62;http://www.mkyong.com/jquery/how-to-disable-submit-button-after-clicked-with-jquery/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Here is information on where the code would go:&#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;</description>
		</item>
		<item>
			<title>servent1 on "time delay after submitting form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/time-delay-after-submitting-form#post-67118</link>
			<pubDate>Thu, 19 Jul 2012 16:33:21 +0000</pubDate>
			<dc:creator>servent1</dc:creator>
			<guid isPermaLink="false">67118@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The problem with that is if they click it a 2nd time then the &#34;no duplicates message comes up&#34; so even though it was unique on the first click now it's not unique anymore and the 2nd form doesn't show up so the visitor is confused.&#60;/p&#62;
&#60;p&#62;I guess your other suggestion: Or find a JS call that can disable the submit button after the first press&#60;br /&#62;
is the way to go?  Is that very complicated to do being not a programmer.  I'll have to hire my guy again.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "time delay after submitting form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/time-delay-after-submitting-form#post-67116</link>
			<pubDate>Thu, 19 Jul 2012 16:26:58 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">67116@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Right next to the required checkbox is No Duplicates. Check that off for a single field and they won't be able to submit the same entry multiple times.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>servent1 on "time delay after submitting form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/time-delay-after-submitting-form#post-67115</link>
			<pubDate>Thu, 19 Jul 2012 16:22:10 +0000</pubDate>
			<dc:creator>servent1</dc:creator>
			<guid isPermaLink="false">67115@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;David,&#60;/p&#62;
&#60;p&#62;Could you please explain &#34;make one field a unique entries only?&#34;  I have required fields but I don't think that is what you mean.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "time delay after submitting form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/time-delay-after-submitting-form#post-67114</link>
			<pubDate>Thu, 19 Jul 2012 16:18:59 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">67114@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;There are so many potential factors that it is usually hard to narrow it down. What I usually suggest is to make one field a unique entries only, then they can't submit multiple times. Or find a JS call that can disable the submit button after the first press. Either way, it is easier than hunting down the delay.&#60;/p&#62;
&#60;p&#62;If you want to hunt down the delay, and are experiencing it yourself, I would suggest looking through our theme and plugin conflict instructions first:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Testing_for_a_Theme/Plugin_Conflict&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Testing_for_a_Theme/Plugin_Conflict&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;And maybe contacting your host for log details or to see if they can bump up the available memory for PHP.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>servent1 on "time delay after submitting form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/time-delay-after-submitting-form#post-67112</link>
			<pubDate>Thu, 19 Jul 2012 16:13:35 +0000</pubDate>
			<dc:creator>servent1</dc:creator>
			<guid isPermaLink="false">67112@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;My form seems to delay enough where my visitors are clicking multiple times on the button.  Not sure if its a server issue, or other programming issue.  Could having a lot of submissions in the database slow the time processing down?  I have the Zoho addon (3rd party app) don't know if that's doing it?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
