<?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: Dynamic Population and User Profiles</title>
		<link>https://legacy.forums.gravityhelp.com/topic/dynamic-population-and-user-profiles</link>
		<description>Gravity Support Forums Topic: Dynamic Population and User Profiles</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 04:53:28 +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/dynamic-population-and-user-profiles" rel="self" type="application/rss+xml" />

		<item>
			<title>kelvin.quarles@ikvinc.com on "Dynamic Population and User Profiles"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamic-population-and-user-profiles#post-55155</link>
			<pubDate>Thu, 12 Apr 2012 22:14:07 +0000</pubDate>
			<dc:creator>kelvin.quarles@ikvinc.com</dc:creator>
			<guid isPermaLink="false">55155@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;What would be the proper syntax to retrieve the users information?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Dynamic Population and User Profiles"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamic-population-and-user-profiles#post-55082</link>
			<pubDate>Thu, 12 Apr 2012 14:44:28 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">55082@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Looks like you are calling out for the author meta:&#60;/p&#62;
&#60;p&#62;$user_email = get_the_author_meta('email', $user-&#38;gt;ID);
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kelvin.quarles@ikvinc.com on "Dynamic Population and User Profiles"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamic-population-and-user-profiles#post-55015</link>
			<pubDate>Thu, 12 Apr 2012 04:34:54 +0000</pubDate>
			<dc:creator>kelvin.quarles@ikvinc.com</dc:creator>
			<guid isPermaLink="false">55015@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://www.pastie.org/3772961&#34; rel=&#34;nofollow&#34;&#62;http://www.pastie.org/3772961&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kelvin.quarles@ikvinc.com on "Dynamic Population and User Profiles"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamic-population-and-user-profiles#post-55014</link>
			<pubDate>Thu, 12 Apr 2012 04:33:17 +0000</pubDate>
			<dc:creator>kelvin.quarles@ikvinc.com</dc:creator>
			<guid isPermaLink="false">55014@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Okay, &#60;/p&#62;
&#60;p&#62;I have set up all the user meta data and that works properly. However, when I go to my form on the webpage, for some reason I get the author's information displayed in the form as opposed to the user who is logged in. I'm assuming it has something to do with the dynamic population hook I've created...This is what I have&#60;/p&#62;
&#60;p&#62;add_filter('gform_field_value_user_email', 'populate_user_email');&#60;br /&#62;
function populate_user_email($user){&#60;/p&#62;
&#60;p&#62;    $user_email = get_the_author_meta('email', $user-&#38;gt;ID);&#60;/p&#62;
&#60;p&#62;    return $user_email;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;However, as I said this returns the email address of the Author of the post, not the User logged in...&#60;/p&#62;
&#60;p&#62;What do I have wrong?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kelvin.quarles@ikvinc.com on "Dynamic Population and User Profiles"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamic-population-and-user-profiles#post-55003</link>
			<pubDate>Wed, 11 Apr 2012 22:50:45 +0000</pubDate>
			<dc:creator>kelvin.quarles@ikvinc.com</dc:creator>
			<guid isPermaLink="false">55003@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ok thanks I'll take a look
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Dynamic Population and User Profiles"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamic-population-and-user-profiles#post-54773</link>
			<pubDate>Tue, 10 Apr 2012 14:15:15 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">54773@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This post here sounds like it might help out, or be a step in the right direction:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/user-meta-for-auto-fill-form-and-user-profile#post-45969&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/user-meta-for-auto-fill-form-and-user-profile#post-45969&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kelvin.quarles@ikvinc.com on "Dynamic Population and User Profiles"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamic-population-and-user-profiles#post-54716</link>
			<pubDate>Tue, 10 Apr 2012 05:55:38 +0000</pubDate>
			<dc:creator>kelvin.quarles@ikvinc.com</dc:creator>
			<guid isPermaLink="false">54716@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Issue: I currently have three forms set up, each of them are a step-system type of form, meaning there are multiple steps to complete a form submission. It's broken up as such:&#60;/p&#62;
&#60;p&#62;General Information&#60;br /&#62;
Form Specific Information&#60;/p&#62;
&#60;p&#62;What I would like is to make it when the user fills out the General Information section, it creates a user account for that particular user (I have this set up already). However, when the user goes to another form, I would like the data previously filled out on the previous form copied to the new form.&#60;/p&#62;
&#60;p&#62;The problem I currently have with this is that in the general information section, I ask for things such as Address and Phone Number, which aren't a part of a &#34;User Profile&#34; within WordPress, is there any way to copy this information?&#60;/p&#62;
&#60;p&#62;OR if I could edit the Wordpress User Profiles, I could set it up where the user must first register with the website and then only fill out the specific form information. Again, this would require being able to store extra information in the wordpress User Profile. How can I accomplish this?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
