<?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: Passing form data from one form to another</title>
		<link>https://legacy.forums.gravityhelp.com/topic/passing-form-data-from-one-form-to-another</link>
		<description>Gravity Support Forums Topic: Passing form data from one form to another</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 20:04:39 +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/passing-form-data-from-one-form-to-another" rel="self" type="application/rss+xml" />

		<item>
			<title>servent1 on "Passing form data from one form to another"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/passing-form-data-from-one-form-to-another#post-62027</link>
			<pubDate>Sun, 10 Jun 2012 15:37:30 +0000</pubDate>
			<dc:creator>servent1</dc:creator>
			<guid isPermaLink="false">62027@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Never mind I found it!&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/tutorial-two-stage-form-with-data-passed-by-query-string&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/tutorial-two-stage-form-with-data-passed-by-query-string&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Good explanation!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>servent1 on "Passing form data from one form to another"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/passing-form-data-from-one-form-to-another#post-62024</link>
			<pubDate>Sun, 10 Jun 2012 13:30:47 +0000</pubDate>
			<dc:creator>servent1</dc:creator>
			<guid isPermaLink="false">62024@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you please give an example of what Carl Hancock mentioned above?  I have form 1 containing one field called &#34;city&#34; (without quotes) and want to pass that to form 2 and put that value in a field named &#34;city1&#34;  .  I've read the post &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Using_Dynamic_Population&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Using_Dynamic_Population&#60;/a&#62;&#60;br /&#62;
 and I'm still confused.  In the post the &#60;a href=&#34;http://siteurl.com/form-url/?your_parameter=value&#34; rel=&#34;nofollow&#34;&#62;http://siteurl.com/form-url/?your_parameter=value&#60;/a&#62;&#60;br /&#62;
 how do I put the data of the &#34;city&#34; field in form 1 in the &#34;value&#34; parameter in the string above?&#60;br /&#62;
Is value the name of the field?&#60;/p&#62;
&#60;p&#62;Carl wrote above:&#60;br /&#62;
To do this you will need to Setup Form 1 so that it's confirmation is a redirect to the page containing Form 2. Choose the URL Redirect and type the full path to the page containing Form 2 and then use the query string builder to pass email={email field value} so that it redirects to the page containing Form 2 and passes the value of the email field in the query string.&#60;/p&#62;
&#60;p&#62;On Form 2 you would edit the Email field, selected the Advanced tab and choose the option to enable the field to be populated dynamically. For the parameter name you would use &#34;email&#34; (without the quotes). &#60;/p&#62;
&#60;p&#62;Now when you link to the page containing form 2 and pass ?email=the@email.com in the query string it should pre-populate that email field. If you setup Form 2 properly it will do this as it's confirmation redirect.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Passing form data from one form to another"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/passing-form-data-from-one-form-to-another#post-61344</link>
			<pubDate>Mon, 04 Jun 2012 12:03:01 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">61344@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;So everything is working as you expect it to?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ptaylor1001 on "Passing form data from one form to another"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/passing-form-data-from-one-form-to-another#post-61343</link>
			<pubDate>Mon, 04 Jun 2012 11:57:12 +0000</pubDate>
			<dc:creator>ptaylor1001</dc:creator>
			<guid isPermaLink="false">61343@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi David,&#60;/p&#62;
&#60;p&#62;I think that I have fixed the issue (at least it now works for me). Instead of&#60;/p&#62;
&#60;p&#62;merge_tag=&#34;{Select your Guides:5}&#34;&#60;/p&#62;
&#60;p&#62;The merge tag should be at the next level down&#60;/p&#62;
&#60;p&#62;merge_tag=&#34;{EU Savings Tax Directive:5.1}&#34;&#60;br /&#62;
merge_tag=&#34;{Personal Insurance:5.2}&#34;&#60;/p&#62;
&#60;p&#62;And so on.&#60;/p&#62;
&#60;p&#62;I have enable values checkbox checked.&#60;/p&#62;
&#60;p&#62;Thanks for getting back to me and best wishes to Rob.&#60;/p&#62;
&#60;p&#62;Philip
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Passing form data from one form to another"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/passing-form-data-from-one-form-to-another#post-61342</link>
			<pubDate>Mon, 04 Jun 2012 11:56:16 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">61342@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ah, now I understand. The issue with that is that when more than one option is selected, an array of values is sent, and so it won't be equal to the values you've stated in your condition. I am not sure off the top of my head how to get all of them to work with conditional shortcodes like you have set up currently. I will talk to the others and see what we can come up with.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ptaylor1001 on "Passing form data from one form to another"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/passing-form-data-from-one-form-to-another#post-61338</link>
			<pubDate>Mon, 04 Jun 2012 11:41:27 +0000</pubDate>
			<dc:creator>ptaylor1001</dc:creator>
			<guid isPermaLink="false">61338@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Just run a couple of tests on my code.&#60;/p&#62;
&#60;p&#62;If I select only one option the whole thing works but if I select more than one option it doesn't work.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Passing form data from one form to another"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/passing-form-data-from-one-form-to-another#post-61332</link>
			<pubDate>Mon, 04 Jun 2012 11:25:03 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">61332@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Philip, in the drop down, can you try to put a check mark in enable values and then try again?&#60;br /&#62;
If that doesn't work, can you send me an admin user/pass so I can get one of the developers to look?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ptaylor1001 on "Passing form data from one form to another"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/passing-form-data-from-one-form-to-another#post-61325</link>
			<pubDate>Mon, 04 Jun 2012 10:53:06 +0000</pubDate>
			<dc:creator>ptaylor1001</dc:creator>
			<guid isPermaLink="false">61325@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Rob has already looked at this issue but was unable to replicate it. The issue is now apparent to my client at 2 locations in Europe.&#60;/p&#62;
&#60;p&#62;The code currently reads&#60;/p&#62;
&#60;p&#62;[gravityforms action=&#34;conditional&#34; merge_tag=&#34;{Select your Guides:5}&#34; condition=&#34;is&#34; value=&#34;EU Savings Tax Directive&#34;]&#60;br /&#62;
&#60;a title=&#34;EU Savings Tax Directive Investment Guide&#34; href=&#34;http://offshoreinvestmentguide.eu/wp-content/uploads/2012/04/EU-Savings-Tax-Directive.pdf&#34; rel=&#34;nofollow&#34;&#62;EU Savings Tax Directive Investment Guide&#60;/a&#62;&#60;br /&#62;
[/gravityforms]&#60;br /&#62;
[gravityforms action=&#34;conditional&#34; merge_tag=&#34;{Select your Guides:5}&#34; condition=&#34;is&#34; value=&#34;Personal Insurance&#34;]&#60;br /&#62;
&#60;a title=&#34;EU Savings Tax Directive Investment Guide&#34; href=&#34;http://offshoreinvestmentguide.eu/wp-content/uploads/2012/05/PersonalInsurance.pdf&#34; rel=&#34;nofollow&#34;&#62;Personal Insurance Investment Guide&#60;/a&#62;&#60;br /&#62;
[/gravityforms]&#60;br /&#62;
[gravityforms action=&#34;conditional&#34; merge_tag=&#34;{Select your Guides:5}&#34; condition=&#34;is&#34; value=&#34;Estate Planning&#34;]&#60;br /&#62;
&#60;a title=&#34;EU Savings Tax Directive Investment Guide&#34; href=&#34;http://offshoreinvestmentguide.eu/wp-content/uploads/2012/05/EstatePlanning.pdf&#34; rel=&#34;nofollow&#34;&#62;Estate Planning Investment Guide&#60;/a&#62;&#60;br /&#62;
[/gravityforms]&#60;br /&#62;
[gravityforms action=&#34;conditional&#34; merge_tag=&#34;{Select your Guides:5}&#34; condition=&#34;is&#34; value=&#34;Planning for Retirement&#34;]&#60;br /&#62;
&#60;a title=&#34;EU Savings Tax Directive Investment Guide&#34; href=&#34;http://offshoreinvestmentguide.eu/wp-content/uploads/2012/05/PlanningForRetirement.pdf&#34; rel=&#34;nofollow&#34;&#62;Planning for Retirement Guide&#60;/a&#62;&#60;br /&#62;
[/gravityforms]&#60;br /&#62;
[gravityforms action=&#34;conditional&#34; merge_tag=&#34;{Select your Guides:5}&#34; condition=&#34;is&#34; value=&#34;Wealth Management&#34;]&#60;br /&#62;
&#60;a title=&#34;EU Savings Tax Directive Investment Guide&#34; href=&#34;http://offshoreinvestmentguide.eu/wp-content/uploads/2012/05/WealthManagement.pdf&#34; rel=&#34;nofollow&#34;&#62;Wealth Management Guide&#60;/a&#62;&#60;br /&#62;
[/gravityforms]&#60;/p&#62;
&#60;p&#62;However, the links do not appear as they should either on the notification email or the confirmation message.&#60;/p&#62;
&#60;p&#62;Any help will be appreciated.&#60;/p&#62;
&#60;p&#62;Philip
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ptaylor1001 on "Passing form data from one form to another"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/passing-form-data-from-one-form-to-another#post-58662</link>
			<pubDate>Fri, 11 May 2012 09:20:14 +0000</pubDate>
			<dc:creator>ptaylor1001</dc:creator>
			<guid isPermaLink="false">58662@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Rob,&#60;/p&#62;
&#60;p&#62;Sent it just now.&#60;/p&#62;
&#60;p&#62;Philip
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Passing form data from one form to another"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/passing-form-data-from-one-form-to-another#post-58651</link>
			<pubDate>Fri, 11 May 2012 07:31:37 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">58651@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you export the form and send the XML file to me to &#60;a href=&#34;mailto:rob@rocketgenius.com&#34;&#62;rob@rocketgenius.com&#60;/a&#62; and reference this post. I'm going to need to look at the form to see better what it is exactly you are trying to achieve.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
