<?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: One or x submissions per form per user</title>
		<link>https://legacy.forums.gravityhelp.com/topic/one-or-x-submissions-per-form-per-user</link>
		<description>Gravity Support Forums Topic: One or x submissions per form per user</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:25:27 +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/one-or-x-submissions-per-form-per-user" rel="self" type="application/rss+xml" />

		<item>
			<title>simbian on "One or x submissions per form per user"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/one-or-x-submissions-per-form-per-user#post-38192</link>
			<pubDate>Tue, 18 Oct 2011 12:26:23 +0000</pubDate>
			<dc:creator>simbian</dc:creator>
			<guid isPermaLink="false">38192@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;thanks Scott for the code, however maybe is better and more easy to do with Gravity Forms 1.6, this is a great news Chris! I will wait for the final version public available.&#60;/p&#62;
&#60;p&#62;So now the only &#34;problem&#34; is to &#34;assign&#34; the form submission for each single registered user. Any help to deal with this new Gravity Forms version and Wordpress 3.1.2?&#60;/p&#62;
&#60;p&#62;Thanks again!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "One or x submissions per form per user"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/one-or-x-submissions-per-form-per-user#post-38175</link>
			<pubDate>Tue, 18 Oct 2011 12:00:55 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">38175@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you for starting a new topic.&#60;/p&#62;
&#60;p&#62;In Gravity Forms 1.6, there are options to limit submissions to a certain number per:&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;day&#60;/li&#62;
&#60;li&#62;week&#60;/li&#62;
&#60;li&#62;month&#60;/li&#62;
&#60;li&#62;year&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;Yes, you can set an expiration, so there are no form submissions allowed after a specific date.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Scott M. on "One or x submissions per form per user"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/one-or-x-submissions-per-form-per-user#post-38173</link>
			<pubDate>Tue, 18 Oct 2011 11:57:07 +0000</pubDate>
			<dc:creator>Scott M.</dc:creator>
			<guid isPermaLink="false">38173@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Quick and dirty - make a PHP function to concatenate logged in user email with current date, then set that field to admin only / no duplicates.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;#39;gform_field_value_user_serial&#38;#39;, &#38;#39;gravity_serial&#38;#39;); 

function gravity_serial() {
  global $current_user;

  if (is_user_logged_in()) {  // Are they logged into WP account?
		foreach($current_user as $key =&#38;gt; $value){
      			if($key == &#38;#39;user_email&#38;#39;)
      			$meta_value = $value . date(&#38;quot;Y-m-d&#38;quot;);
      			}
	 } else {			   // otherwise return error
		$meta_value = &#38;#39;ERROR&#38;#39;;
	}
	return $meta_value;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I am not 100% sure about combining the string with a PHP function, but if it doesn't work you can declare a date string and then combine the two strings instead.&#60;/p&#62;
&#60;p&#62;Still kinda new to PHP
&#60;/p&#62;</description>
		</item>
		<item>
			<title>simbian on "One or x submissions per form per user"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/one-or-x-submissions-per-form-per-user#post-38156</link>
			<pubDate>Tue, 18 Oct 2011 09:27:28 +0000</pubDate>
			<dc:creator>simbian</dc:creator>
			<guid isPermaLink="false">38156@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello to all, according to Chris moderation in this thread &#60;a href=&#34;http://www.gravityhelp.com/forums/topic/only-one-submission-per-forms?replies=13#post-38054&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/only-one-submission-per-forms?replies=13#post-38054&#60;/a&#62; i open this new one.&#60;/p&#62;
&#60;p&#62;There are new solutions to set max number of submissions (from 1 to xxx) per registered user? It's also possible to set a kind of expiration?&#60;br /&#62;
I mean if for example i wanna allow every user to make one submission a day, the next day they should be able to do another one submission and if they try to make more than one submission per day a warning message will be displayed.&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Simone
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
