<?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: Checking if user has submitted</title>
		<link>https://legacy.forums.gravityhelp.com/topic/checking-if-user-has-submitted</link>
		<description>Gravity Support Forums Topic: Checking if user has submitted</description>
		<language>en-US</language>
		<pubDate>Wed, 08 Apr 2026 18:08: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/checking-if-user-has-submitted" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Checking if user has submitted"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/checking-if-user-has-submitted#post-35279</link>
			<pubDate>Wed, 14 Sep 2011 12:25:47 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">35279@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Very nice.  Thanks for posting your solution.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>WPSpecialists on "Checking if user has submitted"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/checking-if-user-has-submitted#post-35207</link>
			<pubDate>Tue, 13 Sep 2011 17:20:17 +0000</pubDate>
			<dc:creator>WPSpecialists</dc:creator>
			<guid isPermaLink="false">35207@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Alrighty -- Figured it out.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if ( is_user_logged_in() ) {
$user_info = get_userdata( $current_user-&#38;gt;ID );
$entry_count = RGFormsModel::get_lead_count($form_id, $user_info-&#38;gt;user_login);
if($entry_count &#38;gt;= &#38;quot;1&#38;quot;) {
// what to do if they already submitted the form at least once
} else {
echo &#38;quot;Slow down, Sparky! You have to fill out this form first.&#38;quot;;
} }&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>WPSpecialists on "Checking if user has submitted"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/checking-if-user-has-submitted#post-35155</link>
			<pubDate>Tue, 13 Sep 2011 10:11:52 +0000</pubDate>
			<dc:creator>WPSpecialists</dc:creator>
			<guid isPermaLink="false">35155@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I need to check (outside of the form) if the form has already been submitted by the logged in user. I've searched for the answer for awhile but now I feel like I'm going in circles. I'm assuming there's an easy solution and I'm just not finding it. &#60;/p&#62;
&#60;p&#62;Could someone please help me with this?&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$user_info = get_userdata( $current_user-&#38;gt;ID );
// if the user has submitted form 53

// do this

// if they haven&#38;#39;t submitted
else echo &#38;quot;Slow down, Sparky! You have to fill out this form first.&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thanks so much for any help you might be able to offer!!!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
