<?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 front end submissions based on User Role and Amount per x hour or days</title>
		<link>https://legacy.forums.gravityhelp.com/topic/limit-front-end-submissions-based-on-user-role-and-amount-per-x-hour-or-days</link>
		<description>Gravity Support Forums Topic: Limit front end submissions based on User Role and Amount per x hour or days</description>
		<language>en-US</language>
		<pubDate>Thu, 23 Apr 2026 16:56:42 +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-front-end-submissions-based-on-user-role-and-amount-per-x-hour-or-days" rel="self" type="application/rss+xml" />

		<item>
			<title>FanaticWeb on "Limit front end submissions based on User Role and Amount per x hour or days"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/limit-front-end-submissions-based-on-user-role-and-amount-per-x-hour-or-days#post-50999</link>
			<pubDate>Thu, 01 Mar 2012 05:30:25 +0000</pubDate>
			<dc:creator>FanaticWeb</dc:creator>
			<guid isPermaLink="false">50999@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Dana, thanks for the feedback, your link didn't work but I believe you were referring to this one? &#60;a href=&#34;http://www.gravityhelp.com/forums/topic/time-limit-to-fill-a-form#post-49728&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/time-limit-to-fill-a-form#post-49728&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Bottom line, this definitely seems to require some extended coding, I had submitted a priority support ticket and Carl was able to provide me the feedback and tips on how to go around doing so using hooks such as the gform_pre_render and whatnot, unfortunately I'm not a coder, and as per my request, he referred me to third party coders that should be able to complete this mod, but personally I would prefer dealing with someone from the internal GF staff or the more advanced users on here to complete this mod (Compensated of course)&#60;/p&#62;
&#60;p&#62;I really wished it was something that could become native within GF, wishful thinking for now, nevertheless, thank you for getting back at me.&#60;/p&#62;
&#60;p&#62;P.S.: I did advise Carl of this post to avoid duplicate efforts, just saying :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dana Cobb on "Limit front end submissions based on User Role and Amount per x hour or days"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/limit-front-end-submissions-based-on-user-role-and-amount-per-x-hour-or-days#post-50935</link>
			<pubDate>Wed, 29 Feb 2012 13:50:12 +0000</pubDate>
			<dc:creator>Dana Cobb</dc:creator>
			<guid isPermaLink="false">50935@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, FanaticWeb,&#60;/p&#62;
&#60;p&#62;This will require custom code to do, but you may be able to use the &#34;gform_validation&#34; hook (&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_validation)&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_validation)&#60;/a&#62;. In this hook, you would need to query the database to see how many entries exist for role/username of the person filling out the current form and your desired time-frame and fail validation if the limit has been reached. &#60;/p&#62;
&#60;p&#62;You can take a look at the validate_entry_limit function in form_display.php to see how Gravity Forms checks the limit and the function get_limit_period_dates to see how the start/end dates are set.&#60;/p&#62;
&#60;p&#62;I hope this helps point you in the right direction.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>FanaticWeb on "Limit front end submissions based on User Role and Amount per x hour or days"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/limit-front-end-submissions-based-on-user-role-and-amount-per-x-hour-or-days#post-49831</link>
			<pubDate>Sat, 18 Feb 2012 11:53:40 +0000</pubDate>
			<dc:creator>FanaticWeb</dc:creator>
			<guid isPermaLink="false">49831@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;First, I looked up this thread (&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/one-or-x-submissions-per-form-per-user&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/one-or-x-submissions-per-form-per-user&#60;/a&#62;) and with the arrival of GF V1.6, I understand that form submissions can be set to expire on a x amount of Hours/Days/Year.&#60;/p&#62;
&#60;p&#62;The problem I find with the Form submission limitations is that the form becomes obsolete after that given amount of time, so we have to either go back and create a new one or Disable the submission period limitations to allow further submissions in some cases.&#60;/p&#62;
&#60;p&#62;What I'm looking for is a bit more extended with some conditions to allow a more flexible pattern:&#60;br /&#62;
1. User must be logged in (This is already implemented as of GF v1.6)&#60;br /&#62;
2. User must meet a specific role in order to be allowed to submit (ex.: Contributors, Authors = yes, Subscribers, Guests = no)&#60;br /&#62;
3. Limit form submissions per user Role (or even per username, whichever is easier to implement)  ex.: 2 submissions allocated per x amount of time (be it Hour, Day, Month, Year), if exceeded, redirect to warning message.&#60;/p&#62;
&#60;p&#62;Any thoughts if this can be achieved and how to go by doing so?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
