<?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 User Favorites: Pietro</title>
		<link><a href='https://legacy.forums.gravityhelp.com/profile/pietro'>pietro</a></link>
		<description>Gravity Support Forums User Favorites: Pietro</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 23:43:19 +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/profile/" 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 "Lost Password and Profile Editing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/lost-password-and-profile-editing#post-94443</link>
			<pubDate>Thu, 22 Nov 2012 12:47:08 +0000</pubDate>
			<dc:creator>Pietro</dc:creator>
			<guid isPermaLink="false">94443@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;About profiles: so what if I do not want they see the back-end ??&#60;br /&#62;
I definitely do NOT want they see the back-end ...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Lost Password and Profile Editing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/lost-password-and-profile-editing#post-94428</link>
			<pubDate>Thu, 22 Nov 2012 12:02:08 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">94428@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We don't have a built-in tool for doing the lost password functions that WordPress has. &#60;/p&#62;
&#60;p&#62;As for allowing them to edit their profile, once logged in, they should be able to edit it from within the WP Admin.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Pietro on "User Registration :o( I don&#039;t know HOW to ... ..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-registration-o-i-dont-know-how-to#post-94408</link>
			<pubDate>Thu, 22 Nov 2012 10:56:16 +0000</pubDate>
			<dc:creator>Pietro</dc:creator>
			<guid isPermaLink="false">94408@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank You, David.&#60;br /&#62;
I will try to find something ...&#60;br /&#62;
About the plugin conflict ... YES :( Ths Conflict Mode is ON ...&#60;br /&#62;
So ?? :(
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
