<?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: Populate field with user input from other field</title>
		<link>https://legacy.forums.gravityhelp.com/topic/populate-field-with-user-input-from-other-field</link>
		<description>Gravity Support Forums Topic: Populate field with user input from other field</description>
		<language>en-US</language>
		<pubDate>Wed, 15 Apr 2026 06:44:08 +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/populate-field-with-user-input-from-other-field" rel="self" type="application/rss+xml" />

		<item>
			<title>viennalimos on "Populate field with user input from other field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populate-field-with-user-input-from-other-field#post-107277</link>
			<pubDate>Mon, 24 Dec 2012 22:17:22 +0000</pubDate>
			<dc:creator>viennalimos</dc:creator>
			<guid isPermaLink="false">107277@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Nick&#60;br /&#62;
I wanted to do something similar to what you want and solved it by using the following javascript  , just change the inputs ids to the ones in your form .&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script&#38;gt;
window.onload = function () {
  var first = document.getElementById(&#38;#39;input_10&#38;#39;),
      second = document.getElementById(&#38;#39;input_11&#38;#39;);

  first.onkeyup = function () { // or first.onchange
    second.value = first.value;
  };
};
&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I hope this is what you are looking for !
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Populate field with user input from other field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populate-field-with-user-input-from-other-field#post-105285</link>
			<pubDate>Fri, 21 Dec 2012 05:04:04 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">105285@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Chris, thanks for your quick reply. &#60;/p&#62;
&#60;p&#62;The link is &#60;a href=&#34;http://www.ra-plutte.de/markenanmeldung-online&#34; rel=&#34;nofollow&#34;&#62;http://www.ra-plutte.de/markenanmeldung-online&#60;/a&#62; (passwort: npl2012). &#60;/p&#62;
&#60;p&#62;It is a german site for online application of trade marks and pretty much self explanatory. Please choose some random stuff, until you come to page 3, where the input field is located.&#60;/p&#62;
&#60;p&#62;At &#34;4. Angaben zum Markeninhaber&#34; please choose &#34;Herr&#34; (=&#34;Mr.&#34;) or &#34;Frau&#34; (=&#34;Mrs&#34;) and type in a first and last name. &#60;/p&#62;
&#60;p&#62;This input is supposed to be forwarded to &#34;5. Angaben zum Ansprechpartner&#34; (&#34;contact person data&#34;) in page 3, where you will also find the upper field choices (&#34;Herr&#34; and &#34;Frau&#34;). Depending on the prior user choice this second name field shall be filled with the data input from above.&#60;/p&#62;
&#60;p&#62;So for example if a user chooses &#34;Herr&#34;, types in &#34;Homer&#34; &#34;Simpson&#34; (hopefully this happens not too often) and then also chooses &#34;Herr&#34; at &#34;5. Angaben zum Ansprechpartner&#34;, the second name field is supposed to be pre filled with &#34;Homer&#34; &#34;Simpson&#34;, while the user must still be able to edit the name, if he wants someone else to be the contact person. &#60;/p&#62;
&#60;p&#62;(If he chooses &#34;Herr&#34; first and then &#34;Frau&#34;, obviously no data needs to be forwarded.)&#60;/p&#62;
&#60;p&#62;Hope this makes clear, what i am looking for. It is basicly not more than a service which you often see in order forms, so people do not have to repeat the input of personal data given already. &#60;/p&#62;
&#60;p&#62;Please let me know if you need more information.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Populate field with user input from other field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populate-field-with-user-input-from-other-field#post-105215</link>
			<pubDate>Thu, 20 Dec 2012 23:45:29 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">105215@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Please post a link to your site with a clear description of which field input you want copied to which other field.  Maybe we can give you a better code example.  Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Populate field with user input from other field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populate-field-with-user-input-from-other-field#post-105132</link>
			<pubDate>Thu, 20 Dec 2012 20:09:01 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">105132@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I want to show user's name input in a later name field inside the same multi-page form. In my case users type in their first name &#38;amp; surname and this data is supposed to be shown in a later name field (here=invoice recipient).&#60;/p&#62;
&#60;p&#62;In an earlier topic chris postet a link to &#60;a href=&#34;http://goo.gl/gcDi6&#34; rel=&#34;nofollow&#34;&#62;http://goo.gl/gcDi6&#60;/a&#62;. Unfortunately I am not familiar with java and jQuery. At the same time my issue should to be a very common one, as people are used to pre-populated billing adress fields (invoice recipient) in order forms.&#60;/p&#62;
&#60;p&#62;Maybe someone finds the time to provide a step-by-step guide on how to get this thing done.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
