<?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: Populating one form from another on the same page</title>
		<link>https://legacy.forums.gravityhelp.com/topic/populating-one-form-from-another-on-the-same-page</link>
		<description>Gravity Support Forums Topic: Populating one form from another on the same page</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 14:19:12 +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/populating-one-form-from-another-on-the-same-page" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Populating one form from another on the same page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populating-one-form-from-another-on-the-same-page#post-66627</link>
			<pubDate>Tue, 17 Jul 2012 07:57:39 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">66627@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That will do it.  Thanks for the post.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Kirk on "Populating one form from another on the same page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populating-one-form-from-another-on-the-same-page#post-66611</link>
			<pubDate>Tue, 17 Jul 2012 02:23:00 +0000</pubDate>
			<dc:creator>James Kirk</dc:creator>
			<guid isPermaLink="false">66611@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This is what I was looking for:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[js]
		$(&#38;#39;#input_5_1&#38;#39;).keyup(function () {
			$(&#38;#39;#input_4_6&#38;#39;).val(this.value);
		});
		$(&#38;#39;#input_6_1&#38;#39;).keyup(function () {
			$(&#38;#39;#input_7_6&#38;#39;).val(this.value);
		});&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Hope this helps someone else. It populates the field 6 in form 4 from the value in form 5 field 1, and the same for form 6 and 7.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Populating one form from another on the same page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populating-one-form-from-another-on-the-same-page#post-66602</link>
			<pubDate>Tue, 17 Jul 2012 00:57:26 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">66602@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Please see this post from David Smith.&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/dynamically-populate-addresses#post-61431&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/dynamically-populate-addresses#post-61431&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You can use jQuery to populate one form field on a page with the value from another form field which has already been completed.  I suspect that's what David has done here.&#60;/p&#62;
&#60;p&#62;Alternately, you can search for &#34;shipping address same as billing address&#34; and similar posts and see various solutions utilizing jQuery or JavaScript.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Kirk on "Populating one form from another on the same page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populating-one-form-from-another-on-the-same-page#post-66440</link>
			<pubDate>Mon, 16 Jul 2012 10:32:41 +0000</pubDate>
			<dc:creator>James Kirk</dc:creator>
			<guid isPermaLink="false">66440@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I read through this post but I didnt quite figure it out:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/populating-from-a-previous-form&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/populating-from-a-previous-form&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;On this page:&#60;br /&#62;
&#60;a href=&#34;http://launch0812pre.stablish.me/&#34; rel=&#34;nofollow&#34;&#62;http://launch0812pre.stablish.me/&#60;/a&#62;&#60;br /&#62;
I have 4 Forms: 1x Register your email (header), 1x Register your email (footer), and 2x invite friends (header/footer)&#60;br /&#62;
After you register your email, you should be able to invite 5 friends.&#60;br /&#62;
My problem is, I donno who filled out the second form.&#60;br /&#62;
I would like the invite friends form to have a hidden field, that is populated from the input in the first form (emailadress of visitor), but without a page reload. Like this I should be able to see who invited whom...&#60;br /&#62;
I guess this cannot be 2 hard, since all the forms are already on the screen (display:none) when the page is loaded. I think the solution would be some JS, but I have no idea how or where to start. Any help, or pointers in the right direction are appreciated.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
