<?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: How to pass values to different inputs using jquery [solved]</title>
		<link>https://legacy.forums.gravityhelp.com/topic/how-to-pass-values-to-different-inputs-using-jquery-solved</link>
		<description>Gravity Support Forums Topic: How to pass values to different inputs using jquery [solved]</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 22:20:38 +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/how-to-pass-values-to-different-inputs-using-jquery-solved" rel="self" type="application/rss+xml" />

		<item>
			<title>Shawn on "How to pass values to different inputs using jquery [solved]"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-pass-values-to-different-inputs-using-jquery-solved#post-68825</link>
			<pubDate>Tue, 31 Jul 2012 16:48:27 +0000</pubDate>
			<dc:creator>Shawn</dc:creator>
			<guid isPermaLink="false">68825@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've been scratching my head all day on how to copy a First &#38;amp; Last name field and dynamically populate the &#34;Title&#34; field as &#34;FirstName LastName&#34;. I've found several tutorials on the forum that didn't get me where I wanted to go. &#60;/p&#62;
&#60;p&#62;I have a multi-page form. My first attempt was to try to pass the First and Last name to the Title on a separate page. That didn't work and I've reverted back to moving the title to the same page as the FirstName LastName fields and hid it into admin view only.&#60;/p&#62;
&#60;p&#62;Ultimately, a couple of lines of Jquery got me where I needed.&#60;/p&#62;
&#60;p&#62;Before you see a code, here's the reference for my site:&#60;br /&#62;
First Name: #input_1_28_3&#60;br /&#62;
Last Name: #input_1_28_6&#60;br /&#62;
Post Title: #input_1_7&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$(&#38;#39;#input_1_28_6, #input_1_28_3&#38;#39;).keyup(function() {
	$(&#38;#39;#input_1_7&#38;#39;).val($(&#38;#39;#input_1_28_3&#38;#39;).val() + &#38;#39; &#38;#39; + $(&#38;#39;#input_1_28_6&#38;#39;).val());
});&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Because we're all WP users here, let me remind you that this was placed in my javascript footer file and I had to turn all &#34;$&#34; into &#34;$j&#34; as well as a no-conflict.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
