<?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: Allow entries to be edited</title>
		<link>https://legacy.forums.gravityhelp.com/topic/allow-entries-to-be-edited</link>
		<description>Gravity Support Forums Topic: Allow entries to be edited</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 08:28:43 +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/allow-entries-to-be-edited" rel="self" type="application/rss+xml" />

		<item>
			<title>Lee Hord on "Allow entries to be edited"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/allow-entries-to-be-edited#post-29209</link>
			<pubDate>Wed, 06 Jul 2011 11:08:12 +0000</pubDate>
			<dc:creator>Lee Hord</dc:creator>
			<guid isPermaLink="false">29209@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I too had a much similar need to allow users to update their own profiles on the front-end and not via the dashboard.  While plugins do exist that allow you to either disable elements of the dashboard for &#34;regular users&#34; or place a form on the front-end for editing profile information, these solutions are not as slick as using Gravity Forms and require much more effort to get the user experience right.&#60;/p&#62;
&#60;p&#62;Here is my simple if un-elegant solution:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_action(&#38;quot;gform_post_submission_87&#38;quot;, &#38;quot;my_update_user_meta&#38;quot;, 10, 2);
function my_update_user_meta( $entry, $form ) {
	global $current_user;
		   get_currentuserinfo();
		   $user_id = $current_user-&#38;gt;ID;

	update_user_meta($user_id, &#38;#39;ouc&#38;#39;, $entry[15]);

}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Replace you form and entry id's to suit your needs.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dubmethod on "Allow entries to be edited"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/allow-entries-to-be-edited#post-28306</link>
			<pubDate>Wed, 22 Jun 2011 02:30:26 +0000</pubDate>
			<dc:creator>dubmethod</dc:creator>
			<guid isPermaLink="false">28306@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is there a plugin that you can recommend that will import the registration information from Gravity forms into the Wordpress User Profile?&#60;br /&#62;
Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Allow entries to be edited"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/allow-entries-to-be-edited#post-27367</link>
			<pubDate>Wed, 08 Jun 2011 17:51:28 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">27367@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Gravity Forms does not currently allow end users to edit data, it only creates it.  The User Registration Add-On only creates users in WordPress, after that it is up to WordPress and/or additional plugins to enhance user profiles, etc.  Gravity Forms only creates the user.  We do plan on implementing editing capabilities in the future, as well as enhancing the User Registration Add-On to support custom field editing on the Profile page.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fingerprint on "Allow entries to be edited"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/allow-entries-to-be-edited#post-27331</link>
			<pubDate>Wed, 08 Jun 2011 12:51:23 +0000</pubDate>
			<dc:creator>fingerprint</dc:creator>
			<guid isPermaLink="false">27331@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Using gravity form to register new members. I have the user registration add on activated and part of the registration form. I also have the Members plugin installed and activated. However, when a member logs back in, the only place to update their info is the normal WP user profile, not the one they entered in on the form. Is there a way to redirect them to edit this information? Even if I direct them to Forms/Edit Entries, they can only view, not edit. And I added the role of editing the Gravity Forms entries but that still didn't help.&#60;br /&#62;
Site is &#60;a href=&#34;http://www.svwib.com&#34; rel=&#34;nofollow&#34;&#62;http://www.svwib.com&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
