<?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: Connectin User Data</title>
		<link>https://legacy.forums.gravityhelp.com/topic/connectin-user-data</link>
		<description>Gravity Support Forums Topic: Connectin User Data</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 04:48:22 +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/connectin-user-data" rel="self" type="application/rss+xml" />

		<item>
			<title>David Peralty on "Connectin User Data"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/connectin-user-data#post-99774</link>
			<pubDate>Thu, 06 Dec 2012 18:11:41 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">99774@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Create another form and then in that text box on that form that is for logged in users only, have a link to the registration form.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Pietro on "Connectin User Data"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/connectin-user-data#post-99726</link>
			<pubDate>Thu, 06 Dec 2012 15:15:16 +0000</pubDate>
			<dc:creator>Pietro</dc:creator>
			<guid isPermaLink="false">99726@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I will try in the weekend.&#60;br /&#62;
Thank You David ...&#60;/p&#62;
&#60;p&#62;...&#60;br /&#62;
By the way ...&#60;br /&#62;
If I check the option &#34;Require user to be logged in&#34; ... What can I add in the text box below ??&#60;br /&#62;
I can add a simple text like &#34;If You already have an account on PS.com, just enter your data. If not, then just amke a registration&#34; but I always have the same problem ... that I have not a login form, nor a registration one in my front-end ... Is it correct ?? :o( I still do not know how to make my users manage enrollment or login from the front-end ... :o(
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Connectin User Data"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/connectin-user-data#post-99330</link>
			<pubDate>Wed, 05 Dec 2012 18:07:21 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">99330@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;So there is an option for each field called Default Value. If you put David into that for your First Name field, on loading that form it would show David. If you put {user:first_name} in Default Value, it would check to see if a user is logged in and if they were, it would grab their first name from their user profile, so again, in my case it would show David. &#60;/p&#62;
&#60;p&#62;Does that help?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Pietro on "Connectin User Data"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/connectin-user-data#post-99275</link>
			<pubDate>Wed, 05 Dec 2012 14:40:15 +0000</pubDate>
			<dc:creator>Pietro</dc:creator>
			<guid isPermaLink="false">99275@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank You Chris ...&#60;br /&#62;
But I think I am gonna be mad ........ :o(&#60;br /&#62;
I will try to understand ... but I do not at the moment, at all ... How to technically &#34;pre-populate&#34; ... I really do not understand at the moment ... :o(
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Connectin User Data"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/connectin-user-data#post-95552</link>
			<pubDate>Mon, 26 Nov 2012 03:44:54 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">95552@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Pietro, you can check the box on the Advanced tab of the Form Settings which says &#34;Require user to be logged in&#34;.  That will ensure that only logged in users can submit your form.&#60;/p&#62;
&#60;p&#62;You can then pre-populate the name, address, gender, date of birth, all using the built in merge tags as the default value.  That will fill in the registered user's name from their WordPress user profile fields.    You can see the documentation here: &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Merge_Tags&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Merge_Tags&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Here are some examples:&#60;/p&#62;
&#60;p&#62;{user:first_name}&#60;br /&#62;
{user:last_name}&#60;br /&#62;
{user:display_name}&#60;br /&#62;
{user:user_email}&#60;br /&#62;
{user:user_login}&#60;/p&#62;
&#60;p&#62;For all your extended user profile fields:&#60;br /&#62;
{user:[meta_key]}&#60;br /&#62;
(where meta_key is your actual meta key, like &#34;dob&#34;, &#34;gender&#34;, etc.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Connectin User Data"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/connectin-user-data#post-95547</link>
			<pubDate>Mon, 26 Nov 2012 03:36:11 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">95547@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@firststep3 - please begin a new topic for your issue as it is complex, as the original topic was, and will need to be handled individually. Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>firstep3 on "Connectin User Data"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/connectin-user-data#post-95392</link>
			<pubDate>Sun, 25 Nov 2012 18:39:26 +0000</pubDate>
			<dc:creator>firstep3</dc:creator>
			<guid isPermaLink="false">95392@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I would like to know the answer to this as well. I have over 200 entries created by about 150 people who were not registered or logged in. I am creating user accounts for all of them, but I need to know how to tie their new user ID to the entries they created.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Pietro on "Connectin User Data"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/connectin-user-data#post-94350</link>
			<pubDate>Thu, 22 Nov 2012 06:51:04 +0000</pubDate>
			<dc:creator>Pietro</dc:creator>
			<guid isPermaLink="false">94350@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi once again.&#60;br /&#62;
Guys ... this is important ... And I do not find in forum something which can help me :o(&#60;br /&#62;
And once again I really need Your help :o( I do not know how to organize all my form:&#60;br /&#62;
Look:&#60;br /&#62;
I have a beautiful form called &#34;Enrollment to Travel School&#34;. And I have a &#34;Registration Form&#34; ...&#60;br /&#62;
In the Enrollment form, I just collect all data I need for a new Travel School member, of course but ... What if some (many) of this data are already in the WP user page ?? I mean ... I do not want that, a user which is already register on my web site has to write AGAIN who is him, the address, the gender, the date of birth etc etc ...&#60;br /&#62;
Do You know how I can make Gravity Form RECOGNIZE an already Register User ??&#60;br /&#62;
THANK YOU SO MUCH !!&#60;br /&#62;
PIETRO
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
