<?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: profile page</title>
		<link>https://legacy.forums.gravityhelp.com/topic/profile-page</link>
		<description>Gravity Support Forums Topic: profile page</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 23:44:04 +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/profile-page" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "profile page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/profile-page#post-121858</link>
			<pubDate>Mon, 14 Jan 2013 20:30:35 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">121858@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The 1.5 beta version which was released includes the ability to update a user's profile.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tex77 on "profile page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/profile-page#post-75031</link>
			<pubDate>Wed, 12 Sep 2012 19:58:46 +0000</pubDate>
			<dc:creator>tex77</dc:creator>
			<guid isPermaLink="false">75031@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The User Registration add-on for GravityForms is awesome, but without a related &#34;User Profile Edit&#34; add-on, i am finding that i just can't use GravityForms in many instances.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>puneetsahalot on "profile page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/profile-page#post-56872</link>
			<pubDate>Sat, 28 Apr 2012 07:38:34 +0000</pubDate>
			<dc:creator>puneetsahalot</dc:creator>
			<guid isPermaLink="false">56872@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;any idea if GravityForms team is building something which would allow users to display the user registration form as profile along with edit profile option on a WP page ?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "profile page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/profile-page#post-48457</link>
			<pubDate>Mon, 06 Feb 2012 13:05:55 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">48457@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;blockquote&#62;&#60;p&#62;I wonder if its practical to just loop through all the usermeta stuff and assume its all being updated?&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;That would be a safe enough bet since all of the values would be repopulated and one would assume resubmitted as well. The tricky part is getting a list of which fields correspond to which user meta. The best way to do this is to get the User Registration feed for the current form and loop through the meta there.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[php]
GFUser::get_config($form_id);&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>mamzellec on "profile page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/profile-page#post-48395</link>
			<pubDate>Sun, 05 Feb 2012 17:39:03 +0000</pubDate>
			<dc:creator>mamzellec</dc:creator>
			<guid isPermaLink="false">48395@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I really think it would be an awesome feature!!!!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dbsweb on "profile page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/profile-page#post-48318</link>
			<pubDate>Fri, 03 Feb 2012 18:51:03 +0000</pubDate>
			<dc:creator>dbsweb</dc:creator>
			<guid isPermaLink="false">48318@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Gotcha. Thanks. I wonder if its practical to just loop through all the usermeta stuff and assume its all being updated?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "profile page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/profile-page#post-48310</link>
			<pubDate>Fri, 03 Feb 2012 17:54:40 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">48310@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi dbsweb,&#60;/p&#62;
&#60;p&#62;This functionality is not available out of the box. It is possible to repopulate user info into a form using the user merge tag (ie {user:first_name}); however, you would need to create some custom code to &#60;em&#62;update&#60;/em&#62; the existing user.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dbsweb on "profile page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/profile-page#post-48285</link>
			<pubDate>Fri, 03 Feb 2012 14:22:02 +0000</pubDate>
			<dc:creator>dbsweb</dc:creator>
			<guid isPermaLink="false">48285@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Once I have a custom registration process in place, is it then possible to create a second gravity form so that the user can edit all the same profile data that was created during the registration prodcess? &#60;/p&#62;
&#60;p&#62;I have a client request where they need to use the CMS administrator features to both create and, later modify, extended user profiles. Hand coding templates isn't going to work in this situation for these guys.  Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "profile page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/profile-page#post-48284</link>
			<pubDate>Fri, 03 Feb 2012 14:05:02 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">48284@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for sharing Prime. That looks like a promising solution. :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Prime on "profile page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/profile-page#post-48252</link>
			<pubDate>Fri, 03 Feb 2012 07:48:30 +0000</pubDate>
			<dc:creator>Prime</dc:creator>
			<guid isPermaLink="false">48252@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I Just solved this with the plugin &#34;Extra User Details&#34;: &#60;a href=&#34;http://wordpress.org/extend/plugins/extra-user-details/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/extra-user-details/&#60;/a&#62;. It is pretty straightforward, you just have to make sure that the plugin's &#34;Meta Key&#34; value corresponds to the &#34;User Meta&#34; value in Gravity's User Registration Settings.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
