<?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 send parameters from one form to another?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/how-to-send-parameters-from-one-from-to-another</link>
		<description>Gravity Support Forums Topic: How to send parameters from one form to another?</description>
		<language>en-US</language>
		<pubDate>Fri, 01 May 2026 08:45:10 +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-send-parameters-from-one-from-to-another" rel="self" type="application/rss+xml" />

		<item>
			<title>patung on "How to send parameters from one form to another?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-send-parameters-from-one-from-to-another#post-5825</link>
			<pubDate>Thu, 27 May 2010 11:53:37 +0000</pubDate>
			<dc:creator>patung</dc:creator>
			<guid isPermaLink="false">5825@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;thankyou
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "How to send parameters from one form to another?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-send-parameters-from-one-from-to-another#post-5824</link>
			<pubDate>Thu, 27 May 2010 11:41:53 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">5824@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Try using different query string parameters.  &#34;name&#34; is a reserved parameter within WordPress that can't be used.  It will return a 404.&#60;/p&#62;
&#60;p&#62;Go to that url and remove the name parameter and you will see that email works.  See:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.indonesiamatters.com/book-flight/?email=test%40yahoo.com&#34; rel=&#34;nofollow&#34;&#62;http://www.indonesiamatters.com/book-flight/?email=test%40yahoo.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;What you will have to do is use a different parameter name other than &#34;name&#34;.  Maybe &#34;yourname&#34; instead.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>patung on "How to send parameters from one form to another?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-send-parameters-from-one-from-to-another#post-5823</link>
			<pubDate>Thu, 27 May 2010 11:12:03 +0000</pubDate>
			<dc:creator>patung</dc:creator>
			<guid isPermaLink="false">5823@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I think I've followed all the directions here but it's not working, the sending form redirects to this - &#60;a href=&#34;http://www.indonesiamatters.com/book-flight/?name=test+4&#38;amp;email=test%40yahoo.com&#34; rel=&#34;nofollow&#34;&#62;http://www.indonesiamatters.com/book-flight/?name=test+4&#38;amp;email=test%40yahoo.com&#60;/a&#62; which is 404.&#60;/p&#62;
&#60;p&#62;In sending form which is here &#60;a href=&#34;http://www.indonesiamatters.com/flights-faq/&#34; rel=&#34;nofollow&#34;&#62;http://www.indonesiamatters.com/flights-faq/&#60;/a&#62; I'm using Redirect as &#60;a href=&#34;http://www.indonesiamatters.com/book-flight/&#34; rel=&#34;nofollow&#34;&#62;http://www.indonesiamatters.com/book-flight/&#60;/a&#62; and with Pass Field Data Via Query String checked, and this in the box:&#60;/p&#62;
&#60;p&#62;name={Your Name:1}&#38;amp;email={Your Email:2}&#60;/p&#62;
&#60;p&#62;On receiving form I've defined 2 fields with 'name' and 'email'.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bearclaws on "How to send parameters from one form to another?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-send-parameters-from-one-from-to-another#post-4696</link>
			<pubDate>Wed, 14 Apr 2010 15:13:31 +0000</pubDate>
			<dc:creator>bearclaws</dc:creator>
			<guid isPermaLink="false">4696@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This worked perfectly!&#60;/p&#62;
&#60;p&#62;This was the feature I was missing: Pass Field Data Via Query String&#60;/p&#62;
&#60;p&#62;Thank you very much :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "How to send parameters from one form to another?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-send-parameters-from-one-from-to-another#post-4695</link>
			<pubDate>Wed, 14 Apr 2010 14:49:45 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">4695@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Passing data to a form only works if you have turned the ability on for the individual fields.  If you haven't done that, here is what you need to do.&#60;/p&#62;
&#60;p&#62;On the receiving form:&#60;/p&#62;
&#60;p&#62;- Edit the field containing the zip code (might be standalone or an address field)&#60;br /&#62;
- Go to the Advanced tab&#60;br /&#62;
- Check the &#34;Allow field to be populated dynamically&#34; checkbox&#60;br /&#62;
- Give the zip code box a parameter name (ex. zipcode, zip-code, etc.)&#60;br /&#62;
- Save the form&#60;/p&#62;
&#60;p&#62;The parameter is what you pass in the query string as you mentioned in your post above.&#60;/p&#62;
&#60;p&#62;On the sending form:&#60;/p&#62;
&#60;p&#62;- Edit the form settings&#60;br /&#62;
- Go to the Confirmation tab&#60;br /&#62;
- Choose Redirect from the available Confirmation options&#60;br /&#62;
- Enter the URL to the Receiving form (ex. /my-receiving-form)&#60;br /&#62;
- Click the Pass Field Data Via Query String checkbox&#60;br /&#62;
- Build your querystring in the provided box.  To insert a form field value use the included &#34;Insert form field&#34; drop down which will output a field variable token.&#60;/p&#62;
&#60;p&#62;Don't include the initial ? mark. So for example it might look something like this in the query string box if you used a parameter called zipcode and a field variable for a zipcode field on an address box:&#60;/p&#62;
&#60;p&#62;zipcode={Address (Zip / Postal Code):1.5}&#60;/p&#62;
&#60;p&#62;- Save the form&#60;/p&#62;
&#60;p&#62;Please note the query string example I used won't work exactly as I have displayed it as the form field variable for the zipcode itself will vary from form to form.&#60;/p&#62;
&#60;p&#62;If the above doesn't work we would need a WordPress admin login to the site so we can take a look and see what is going on.  You can send this to us via our Contact Us form and reference this forum thread.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bearclaws on "How to send parameters from one form to another?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-send-parameters-from-one-from-to-another#post-4694</link>
			<pubDate>Wed, 14 Apr 2010 13:37:34 +0000</pubDate>
			<dc:creator>bearclaws</dc:creator>
			<guid isPermaLink="false">4694@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have a form on my homepage that captures a user's ZIP CODE. When submitted, the form directs the user to a new page with a receiving form (containing more fields).&#60;/p&#62;
&#60;p&#62;I want to dynamically populate the ZIP in the receiving form using the ZIP entered in the homepage form. How can I do this?&#60;/p&#62;
&#60;p&#62;The receiving form field is populated when I enter a querystring:&#60;br /&#62;
/my-receiving-form/?zip-code=12345&#60;/p&#62;
&#60;p&#62;...but it does not populate when I post data from the homepage form.&#60;/p&#62;
&#60;p&#62;Any ideas?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
