<?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: Author name gets pulled into post content</title>
		<link>https://legacy.forums.gravityhelp.com/topic/author-name-gets-pulled-into-post-content</link>
		<description>Gravity Support Forums Topic: Author name gets pulled into post content</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 23:35:14 +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/author-name-gets-pulled-into-post-content" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Author name gets pulled into post content"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/author-name-gets-pulled-into-post-content#post-161898</link>
			<pubDate>Wed, 06 Mar 2013 08:39:58 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">161898@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for posting the update Marley.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Marley on "Author name gets pulled into post content"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/author-name-gets-pulled-into-post-content#post-160602</link>
			<pubDate>Tue, 05 Mar 2013 04:28:02 +0000</pubDate>
			<dc:creator>Marley</dc:creator>
			<guid isPermaLink="false">160602@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;OK, I feel kinda stupid. I had a merge tag insert inside the post content, and that was making the problem. &#60;/p&#62;
&#60;p&#62;Got it all fixed now.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Marley on "Author name gets pulled into post content"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/author-name-gets-pulled-into-post-content#post-159970</link>
			<pubDate>Mon, 04 Mar 2013 10:26:09 +0000</pubDate>
			<dc:creator>Marley</dc:creator>
			<guid isPermaLink="false">159970@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I added this to functions.php in order for the First &#38;amp; Last name to appear automaticlly&#60;/p&#62;
&#60;p&#62;// populate the field with &#34;user_firstname&#34; as the population parameter with the &#34;first_name&#34; of the current user&#60;br /&#62;
add_filter('gform_field_value_user_firstname', create_function(&#34;&#34;, '$value = populate_usermeta(\'first_name\'); return $value;' ));&#60;/p&#62;
&#60;p&#62;// populate the field with &#34;user_lastname&#34; as the population parameter with the &#34;last_name&#34; of the current user&#60;br /&#62;
add_filter('gform_field_value_user_lastname', create_function(&#34;&#34;, '$value = populate_usermeta(\'last_name\'); return $value;' ));&#60;/p&#62;
&#60;p&#62;// populate the field with &#34;user_email&#34; as the population parameter with the &#34;email&#34; of the current user&#60;br /&#62;
add_filter('gform_field_value_user_email', create_function(&#34;&#34;, '$value = populate_usermeta(\'user_email\'); return $value;' ));&#60;/p&#62;
&#60;p&#62;// this function is called by both filters and returns the requested user meta of the current user&#60;br /&#62;
function populate_usermeta($meta_key){&#60;br /&#62;
    global $current_user;&#60;br /&#62;
    return $current_user-&#38;gt;__get($meta_key);&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Marley on "Author name gets pulled into post content"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/author-name-gets-pulled-into-post-content#post-159957</link>
			<pubDate>Mon, 04 Mar 2013 10:15:37 +0000</pubDate>
			<dc:creator>Marley</dc:creator>
			<guid isPermaLink="false">159957@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;When user create a new post on my site, their first &#38;amp; last name appear automaticlly in the form fields (first &#38;amp; last name) which is great. the problem is the first and last name gets pulled into the post content. &#60;/p&#62;
&#60;p&#62;What happens is the first 2 words of the post is the first and last name of the author.&#60;br /&#62;
is there a way to fix that? &#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
