<?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: Limit number of submissions in the time interval</title>
		<link>https://legacy.forums.gravityhelp.com/topic/limit-number-of-submissions-in-the-time-interval</link>
		<description>Gravity Support Forums Topic: Limit number of submissions in the time interval</description>
		<language>en-US</language>
		<pubDate>Sun, 05 Apr 2026 06:24:47 +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/limit-number-of-submissions-in-the-time-interval" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Limit number of submissions in the time interval"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/limit-number-of-submissions-in-the-time-interval#post-34200</link>
			<pubDate>Fri, 02 Sep 2011 03:42:17 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">34200@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you Joachim!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Joachim Kudish on "Limit number of submissions in the time interval"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/limit-number-of-submissions-in-the-time-interval#post-34183</link>
			<pubDate>Thu, 01 Sep 2011 19:54:09 +0000</pubDate>
			<dc:creator>Joachim Kudish</dc:creator>
			<guid isPermaLink="false">34183@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Used David's code as an inspiration to write the function/filter necessary to prevent duplicate submissions from the same IP address: &#60;a href=&#34;https://gist.github.com/1187600&#34; rel=&#34;nofollow&#34;&#62;https://gist.github.com/1187600&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Limit number of submissions in the time interval"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/limit-number-of-submissions-in-the-time-interval#post-34048</link>
			<pubDate>Wed, 31 Aug 2011 15:39:56 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">34048@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That code could definitely be customized to do so.  But if you aren't comfortable with code you may need to get a developer to assist you.&#60;/p&#62;
&#60;p&#62;Another option is to consider using captcha on your form. Or try the Gravity Forms v1.6 beta release which has built in Akismet anti-spam integration if you have Akismet activated.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>matt.bowman on "Limit number of submissions in the time interval"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/limit-number-of-submissions-in-the-time-interval#post-34027</link>
			<pubDate>Wed, 31 Aug 2011 13:46:37 +0000</pubDate>
			<dc:creator>matt.bowman</dc:creator>
			<guid isPermaLink="false">34027@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;David,&#60;/p&#62;
&#60;p&#62;Is there a way to edit your code to limit the number of submissions by IP instead of user id?&#60;/p&#62;
&#60;p&#62;I've recently had a spammer fill out a form on our site a hundred times in a row.&#60;/p&#62;
&#60;p&#62;Very frustrating.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>octavian on "Limit number of submissions in the time interval"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/limit-number-of-submissions-in-the-time-interval#post-21916</link>
			<pubDate>Tue, 29 Mar 2011 08:13:40 +0000</pubDate>
			<dc:creator>octavian</dc:creator>
			<guid isPermaLink="false">21916@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Wonderful!! thanks a lot!&#60;br /&#62;
I will test that in a while.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Limit number of submissions in the time interval"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/limit-number-of-submissions-in-the-time-interval#post-21667</link>
			<pubDate>Sun, 27 Mar 2011 09:04:15 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">21667@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Octavian,&#60;/p&#62;
&#60;p&#62;Paste this code into your theme's functions.php file: &#60;a href=&#34;http://pastie.org/1721866&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/1721866&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Make sure to update the code per the inline instructions. Let me know how this works for you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>octavian on "Limit number of submissions in the time interval"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/limit-number-of-submissions-in-the-time-interval#post-21629</link>
			<pubDate>Sat, 26 Mar 2011 11:09:03 +0000</pubDate>
			<dc:creator>octavian</dc:creator>
			<guid isPermaLink="false">21629@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;ok! Great
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Limit number of submissions in the time interval"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/limit-number-of-submissions-in-the-time-interval#post-21489</link>
			<pubDate>Fri, 25 Mar 2011 12:00:19 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">21489@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, you'd have to query the entry data.  I'll have to get one of our developers to look at this and see what you want to do and come up with a code snippet.  This may take some time as customizations such as this are outside the scope of standard support.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>octavian on "Limit number of submissions in the time interval"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/limit-number-of-submissions-in-the-time-interval#post-21464</link>
			<pubDate>Fri, 25 Mar 2011 09:17:37 +0000</pubDate>
			<dc:creator>octavian</dc:creator>
			<guid isPermaLink="false">21464@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is there a way to get the time of the last submitted post by a user?&#60;/p&#62;
&#60;p&#62;I can just subtract last post's time from current time and then if it is smaller than predefined ammount - hide the form and display the message? I think it is the most economical way. Is that possible?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Limit number of submissions in the time interval"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/limit-number-of-submissions-in-the-time-interval#post-21238</link>
			<pubDate>Wed, 23 Mar 2011 18:57:19 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">21238@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This customization would require code.  You'd have to use the gform_pre_render hook and write custom code to see if the user has already submitted an entry within the last X days/hours/whatever by querying the entry data.&#60;/p&#62;
&#60;p&#62;Here is the gform_pre_render hook documentation:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_pre_render&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_pre_render&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Note what you want to do we don't currently have any code samples.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
