<?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: Append to last name using gform_pre_submission</title>
		<link>https://legacy.forums.gravityhelp.com/topic/append-to-last-name-using-gform_pre_submission</link>
		<description>Gravity Support Forums Topic: Append to last name using gform_pre_submission</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 12:44:27 +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/append-to-last-name-using-gform_pre_submission" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Append to last name using gform_pre_submission"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/append-to-last-name-using-gform_pre_submission#post-251115</link>
			<pubDate>Mon, 13 May 2013 15:36:39 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">251115@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Handling via priority support.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>byjc on "Append to last name using gform_pre_submission"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/append-to-last-name-using-gform_pre_submission#post-244731</link>
			<pubDate>Thu, 09 May 2013 13:50:07 +0000</pubDate>
			<dc:creator>byjc</dc:creator>
			<guid isPermaLink="false">244731@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm trying to append a description from a text field to a name field using gform_pre_submission using this code below:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;add_action(&#38;quot;gform_pre_submission_38&#38;quot;, &#38;quot;desc_append&#38;quot;);
function desc_append($form){
    $_POST[&#38;quot;input_3.6&#38;quot;] = $_POST[&#38;quot;input_3.6&#38;quot;] . &#38;#39; (&#38;#39;.$_POST[&#38;quot;input_2&#38;quot;].&#38;#39;)&#38;#39;;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;My goal is to end up with First Last (Description) in the name field.&#60;/p&#62;
&#60;p&#62;As I'm understanding, this should append the description to the last name, but it's not working. When I use the same code to append a text field to another text field (input_1) it is working fine, so I know I'm close. I assume it is something to do with the input_3.6 for the Last Name. Any help is appreciated.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
