<?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 a form field with a previous form field</title>
		<link>https://legacy.forums.gravityhelp.com/topic/populate-a-form-field-with-a-previous-form-field</link>
		<description>Gravity Support Forums Topic: Populate a form field with a previous form field</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 22:06:09 +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-a-form-field-with-a-previous-form-field" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Populate a form field with a previous form field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populate-a-form-field-with-a-previous-form-field#post-7972</link>
			<pubDate>Thu, 29 Jul 2010 10:44:23 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">7972@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This is possible but isn't something Gravity Forms does out of the box.  But like anything with PHP and an application that has API hooks (Gravity Forms) it is certainly possible.&#60;/p&#62;
&#60;p&#62;You can pre-populate fields dynamically so you would have to have a hardcoded non-Gravity Forms form (no need to store the data) that asks them for their unique ID.  Then use GET to submit that form data to your Gravity Forms page which would pass that id in the query string.&#60;/p&#62;
&#60;p&#62;Then using some custom PHP you could get that unique id, look up the data for it and populate the fields dynamically.&#60;/p&#62;
&#60;p&#62;It's certainly doable but is going to take knowledge of PHP, MySQL and Gravity Forms API hooks to pull off.&#60;/p&#62;
&#60;p&#62;If you need help doing this we do know developers with a lot of Gravity Forms experience that could provide this for you as a service.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>davesundays on "Populate a form field with a previous form field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populate-a-form-field-with-a-previous-form-field#post-7969</link>
			<pubDate>Thu, 29 Jul 2010 09:07:54 +0000</pubDate>
			<dc:creator>davesundays</dc:creator>
			<guid isPermaLink="false">7969@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Guys,&#60;/p&#62;
&#60;p&#62;First of all loving gravity forms.&#60;/p&#62;
&#60;p&#62;My question is pretty much along the same line.&#60;/p&#62;
&#60;p&#62;The first form would be a quote form where customers enter their quote info, name address, email etc.  They would be given a unique ID ( have added this part to the quote form already )&#60;/p&#62;
&#60;p&#62;Then at a later stage they would be given a link to the order confirmation form where they would enter their unique ID  and have name, address, email etc fields already populated from the quote form and then check their address details, enter a shipping address, agree to terms and conditions.&#60;/p&#62;
&#60;p&#62;is that at all possible? &#60;/p&#62;
&#60;p&#62;sorry for the tough first question.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
David.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Populate a form field with a previous form field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populate-a-form-field-with-a-previous-form-field#post-7963</link>
			<pubDate>Wed, 28 Jul 2010 22:41:34 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">7963@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;There isn't any way to help you with this other than pointing you to examples and code snippets without having access to your WordPress admin to see how you have the forms setup.&#60;/p&#62;
&#60;p&#62;If you want to send us a WordPress admin login for this site we'd be glad to take a look and see what you have going on so we help you get it working properly.&#60;/p&#62;
&#60;p&#62;You can send us a login via our Contact Us form here on the support site and reference this forum thread.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kc0eks on "Populate a form field with a previous form field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populate-a-form-field-with-a-previous-form-field#post-7957</link>
			<pubDate>Wed, 28 Jul 2010 19:42:17 +0000</pubDate>
			<dc:creator>kc0eks</dc:creator>
			<guid isPermaLink="false">7957@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;For some reason I just can not make this work. The first page of this multi page form is here: &#60;a href=&#34;http://pueblospc.org/wp/?page_id=48&#34; rel=&#34;nofollow&#34;&#62;http://pueblospc.org/wp/?page_id=48&#60;/a&#62; but I can not make it properly populate the fields.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Populate a form field with a previous form field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populate-a-form-field-with-a-previous-form-field#post-7496</link>
			<pubDate>Fri, 16 Jul 2010 22:15:27 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">7496@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Let us know how it goes. If you still have problems, we'll be happy to get in there and have a look.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kc0eks on "Populate a form field with a previous form field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populate-a-form-field-with-a-previous-form-field#post-7495</link>
			<pubDate>Fri, 16 Jul 2010 21:50:30 +0000</pubDate>
			<dc:creator>kc0eks</dc:creator>
			<guid isPermaLink="false">7495@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;for some reason I just can not make this work properly, I was able to get it to pass some data, but it wound up putting it all in one field (the last name field) rather than first name and last name where they belong. &#60;/p&#62;
&#60;p&#62;I shall try...again.  :/
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Populate a form field with a previous form field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populate-a-form-field-with-a-previous-form-field#post-7287</link>
			<pubDate>Mon, 12 Jul 2010 00:07:34 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">7287@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can do this by passing field values via a querystring.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://forum.gravityhelp.com/topic/sending-dynamic-form-variables-to-another-form#post-3097&#34; rel=&#34;nofollow&#34;&#62;http://forum.gravityhelp.com/topic/sending-dynamic-form-variables-to-another-form#post-3097&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://forum.gravityhelp.com/topic/how-to-send-parameters-from-one-from-to-another&#34; rel=&#34;nofollow&#34;&#62;http://forum.gravityhelp.com/topic/how-to-send-parameters-from-one-from-to-another&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kc0eks on "Populate a form field with a previous form field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populate-a-form-field-with-a-previous-form-field#post-7251</link>
			<pubDate>Sat, 10 Jul 2010 02:24:07 +0000</pubDate>
			<dc:creator>kc0eks</dc:creator>
			<guid isPermaLink="false">7251@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Until multiple page forms is introduced, would it be possible to populate a field (first &#38;amp; last name) from one form to another, so that the user types it only once?&#60;/p&#62;
&#60;p&#62;Was not able to locate this particular question, if I missed it accept my apologies!&#60;/p&#62;
&#60;p&#62;I have tried passing them from a previous form with the redirect option, which I can not seem to get to work. Not even sure if thats possible ;)
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
