<?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: Creating a profile page where users can change meta data</title>
		<link>https://legacy.forums.gravityhelp.com/topic/creating-a-profile-page-where-users-can-change-meta-data</link>
		<description>Gravity Support Forums Topic: Creating a profile page where users can change meta data</description>
		<language>en-US</language>
		<pubDate>Wed, 22 Apr 2026 20:13:10 +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/creating-a-profile-page-where-users-can-change-meta-data" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Creating a profile page where users can change meta data"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/creating-a-profile-page-where-users-can-change-meta-data#post-14834</link>
			<pubDate>Tue, 21 Dec 2010 12:42:45 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">14834@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Here is a post that discusses how to pre-populate form fields:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://forum.gravityhelp.com/topic/pre-populate-form-with-user-data&#34; rel=&#34;nofollow&#34;&#62;http://forum.gravityhelp.com/topic/pre-populate-form-with-user-data&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You would do something similar, only the values you would return would be from the user meta table.&#60;/p&#62;
&#60;p&#62;The code would be placed in your themes functions.php file.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>m4change on "Creating a profile page where users can change meta data"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/creating-a-profile-page-where-users-can-change-meta-data#post-14827</link>
			<pubDate>Tue, 21 Dec 2010 11:18:21 +0000</pubDate>
			<dc:creator>m4change</dc:creator>
			<guid isPermaLink="false">14827@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Right, I have it all mapped out logically the only issue I am having is how to populate your form with the values from the database. I know how to grab the values from there but I don't know how to populate your forms with the values I have grabbed. &#60;/p&#62;
&#60;p&#62;is there some hook that I need to latch onto to pre-populate as soon as the page the form is on is visited or do I do it in the backend of the form? that is the only issue I have, everything else is pretty much a cake walk. Sorry for the confusing question.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Creating a profile page where users can change meta data"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/creating-a-profile-page-where-users-can-change-meta-data#post-14817</link>
			<pubDate>Mon, 20 Dec 2010 17:18:44 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">14817@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You could allow it to edit by writing custom code.&#60;/p&#62;
&#60;p&#62;You would have to:&#60;/p&#62;
&#60;p&#62;- Pre-Populate the User Meta field values with the actual user meta values&#60;br /&#62;
- Use the Post-Submission hook to then store those values in the user meta&#60;/p&#62;
&#60;p&#62;You wouldn't use a form that has User Registration integration because it would create a new user.  You'd have to create an Edit Form with the necessary fields and then use code to pre-populate the fields, and then use code again to store it where it needs to go post-submission.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>m4change on "Creating a profile page where users can change meta data"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/creating-a-profile-page-where-users-can-change-meta-data#post-14815</link>
			<pubDate>Mon, 20 Dec 2010 16:50:23 +0000</pubDate>
			<dc:creator>m4change</dc:creator>
			<guid isPermaLink="false">14815@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes I understand that the add-on only creates a new user it cannot edit them, but I was wondering if there were any hooks that I could use with regular gravity forms that would allow me to create an edit profile myself. &#60;/p&#62;
&#60;p&#62;I made the user registration myself using gravity forms about a week before your release with the post submission hook and some database coding. I was kicking myself afterwards because then I just saw your add-on, but it does give me confidence that I can build a profile edit area as well if given the right hooks. All I would really need to know is how to fill the gravity forms with database data if that is even possible.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Creating a profile page where users can change meta data"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/creating-a-profile-page-where-users-can-change-meta-data#post-14813</link>
			<pubDate>Mon, 20 Dec 2010 15:43:36 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">14813@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Currently the User Registration Add-On only creates new users, it doesn't have editing capabilities to edit existing users. &#60;/p&#62;
&#60;p&#62;WordPress has built in profile editing capabilities.  If a user logs in and goes to /wp-admin they should have access to view/edit their profile.&#60;/p&#62;
&#60;p&#62;We do plan on adding profile editing capabilities to the User Registration Add-On so it can create new users or edit existing users.  However, that will not be coming until a v2 release of the Add-On.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>m4change on "Creating a profile page where users can change meta data"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/creating-a-profile-page-where-users-can-change-meta-data#post-14809</link>
			<pubDate>Mon, 20 Dec 2010 14:05:58 +0000</pubDate>
			<dc:creator>m4change</dc:creator>
			<guid isPermaLink="false">14809@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello, I have the user registration working (not with the add on, this was created just before your add on was released) and I am collecting some user meta data in the process. I am trying to figure out a way if it is possible to use the gravity forms to grab the data from the database and insert it into the correct fields. Much like the user profile already does, but I would need custom fields as well. &#60;/p&#62;
&#60;p&#62;So the user would go to their profile and see a form that has their password, email, organization, address, etc. Is it possible to grab that user meta data and pass it to a gravity form? If so any given direction would be greatly appreciated. Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
