<?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: Set number of submission form per registration users</title>
		<link>https://legacy.forums.gravityhelp.com/topic/set-number-of-submission-form-per-registration-users</link>
		<description>Gravity Support Forums Topic: Set number of submission form per registration users</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 02:57:53 +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/set-number-of-submission-form-per-registration-users" rel="self" type="application/rss+xml" />

		<item>
			<title>taprootcreative on "Set number of submission form per registration users"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/set-number-of-submission-form-per-registration-users#post-37439</link>
			<pubDate>Mon, 10 Oct 2011 08:32:52 +0000</pubDate>
			<dc:creator>taprootcreative</dc:creator>
			<guid isPermaLink="false">37439@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It might look something like this:&#60;br /&#62;
&#60;a href=&#34;http://pastie.org/private/tbefa5edwkaw5e4o7x0a&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/private/tbefa5edwkaw5e4o7x0a&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Haven't tested this at all, but it should be more than enough to get you started if it doesn't work out of the box.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>simbian on "Set number of submission form per registration users"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/set-number-of-submission-form-per-registration-users#post-37308</link>
			<pubDate>Fri, 07 Oct 2011 11:12:31 +0000</pubDate>
			<dc:creator>simbian</dc:creator>
			<guid isPermaLink="false">37308@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;thanks for the reply, i understood the concept but im not so expert about coding, so it isn't easy for me... Could you guide me with a practical sample code?&#60;/p&#62;
&#60;p&#62;thanks again.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>taprootcreative on "Set number of submission form per registration users"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/set-number-of-submission-form-per-registration-users#post-37299</link>
			<pubDate>Fri, 07 Oct 2011 10:01:40 +0000</pubDate>
			<dc:creator>taprootcreative</dc:creator>
			<guid isPermaLink="false">37299@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You could use:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://codex.wordpress.org/Function_Reference/get_user_meta&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Function_Reference/get_user_meta&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://codex.wordpress.org/Function_Reference/update_user_meta&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Function_Reference/update_user_meta&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;and &#60;/p&#62;
&#60;p&#62;gravity_form()&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Embedding_A_Form&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Embedding_A_Form&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;as well as&#60;/p&#62;
&#60;p&#62;gform_post_submission&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_post_submission&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_post_submission&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;So what you would do is assign a variable to each user's meta using update_user_meta in tandem with gform_post_submission. Once a user has filled out the form, you would write the date to the the user's meta w/ update_user_meta.&#60;/p&#62;
&#60;p&#62;On page load you'd check the value using get_user_meta, if the date in the meta variable isn't the same as the current date, then you'd call the form using gravity_form(), if not you'd make it do something else, like show a message saying they'll be able to submit tomorrow.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>simbian on "Set number of submission form per registration users"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/set-number-of-submission-form-per-registration-users#post-37294</link>
			<pubDate>Fri, 07 Oct 2011 08:47:29 +0000</pubDate>
			<dc:creator>simbian</dc:creator>
			<guid isPermaLink="false">37294@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I know that is possible to set the number of submission form, it is possible to do it for every registered user or i can just set a total counter?&#60;/p&#62;
&#60;p&#62;I explain the scenario. I would put an upload form accessible to only registered Wordpress users, each user could do max 1 upload per day.&#60;/p&#62;
&#60;p&#62;Thanks in advice&#60;br /&#62;
Simone from Italy
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
