<?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: Removing Duplicate Entries</title>
		<link>https://legacy.forums.gravityhelp.com/topic/removing-duplicate-entries</link>
		<description>Gravity Support Forums Topic: Removing Duplicate Entries</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 10:07: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/removing-duplicate-entries" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Removing Duplicate Entries"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/removing-duplicate-entries#post-77030</link>
			<pubDate>Sun, 23 Sep 2012 21:45:49 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">77030@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@alsc, I see you created a reply &#60;a href=&#34;http://www.gravityhelp.com/forums/topic/disabling-the-submit-button-to-prevent-multiple-entries#post-76997&#34; rel=&#34;nofollow&#34;&#62;here&#60;/a&#62;, which has been addressed, so we will close this one.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alsc on "Removing Duplicate Entries"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/removing-duplicate-entries#post-76992</link>
			<pubDate>Sun, 23 Sep 2012 14:30:46 +0000</pubDate>
			<dc:creator>alsc</dc:creator>
			<guid isPermaLink="false">76992@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have tried placing the code several places in the footer.php but the button doesn't get disabled? I'm using a child theme. Does that make any difference?&#60;/p&#62;
&#60;p&#62;If no, where should the code go?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>twittem on "Removing Duplicate Entries"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/removing-duplicate-entries#post-73283</link>
			<pubDate>Thu, 30 Aug 2012 11:26:41 +0000</pubDate>
			<dc:creator>twittem</dc:creator>
			<guid isPermaLink="false">73283@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No Duplicates option did not work for me. Did throw an error on the fronted but after a double click there was still two entries on the backed.&#60;/p&#62;
&#60;p&#62;I solved the issue by tossing this jQuery function at the end of my footer.php &#60;/p&#62;
&#60;p&#62;It simply says, when any form on the site is submitted, disable the submit button. &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
	$(&#38;quot;form&#38;quot;).submit(function() {
		$(&#38;quot;:submit&#38;quot;).attr(&#38;#39;disabled&#38;#39;, &#38;#39;disabled&#38;#39;);
	});
&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If you only want to disable one form using this method you can do it one of two ways. 1) Create a WordPress page template for your form page and include the JavaScript above or 2) you can disable a signal form global by including the forms HTML ID instead of the general form element like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
	$(&#38;#39;#gform_2&#38;#39;).submit(function() {
		$(&#38;quot;:submit&#38;quot;).attr(&#38;#39;disabled&#38;#39;, &#38;#39;disabled&#38;#39;);
	});
&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>bwalklet on "Removing Duplicate Entries"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/removing-duplicate-entries#post-61382</link>
			<pubDate>Mon, 04 Jun 2012 16:11:52 +0000</pubDate>
			<dc:creator>bwalklet</dc:creator>
			<guid isPermaLink="false">61382@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for your help.&#60;/p&#62;
&#60;p&#62;I think the no duplicates option would be a perfect solution. Only problem is that I would like to do it for the &#34;player's name&#34; field, and it doesn't allow me to select &#34;no duplicates&#34; for the name field.&#60;/p&#62;
&#60;p&#62;I considered doing this for the email field, but considering parents may need to register multiple kids, the only ideal field for this would be the &#34;player's name&#34; field.&#60;/p&#62;
&#60;p&#62;Is there a way to prevent duplicates for name fields?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Removing Duplicate Entries"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/removing-duplicate-entries#post-61378</link>
			<pubDate>Mon, 04 Jun 2012 15:20:33 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">61378@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;you can trash entries from the Entries page in Gravity Forms. People might be pressing the submit button twice before the form submits. You might want to make one of the form fields have the no duplicates checked to stop such an issue.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bwalklet on "Removing Duplicate Entries"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/removing-duplicate-entries#post-61376</link>
			<pubDate>Mon, 04 Jun 2012 15:18:29 +0000</pubDate>
			<dc:creator>bwalklet</dc:creator>
			<guid isPermaLink="false">61376@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is there a way to remove duplicate entries automatically after forms are submitted?&#60;/p&#62;
&#60;p&#62;Also, what could be the reason we are getting duplicate entries? Our forms can be found at sportstrong.com&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
