<?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: Form hook from landing to form page</title>
		<link>https://legacy.forums.gravityhelp.com/topic/form-hook-from-landing-to-form-page</link>
		<description>Gravity Support Forums Topic: Form hook from landing to form page</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 22:11:07 +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/form-hook-from-landing-to-form-page" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Form hook from landing to form page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-hook-from-landing-to-form-page#post-55703</link>
			<pubDate>Wed, 18 Apr 2012 13:26:43 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">55703@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, and you can see right now that is working:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://boomerbenefits.com/find-the-right-medicare-plan-for-me/?yourzip=visitorzip&#34; rel=&#34;nofollow&#34;&#62;http://boomerbenefits.com/find-the-right-medicare-plan-for-me/?yourzip=visitorzip&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The Zip Code field is being populated with &#34;visitorzip&#34;. Your header form is not a gravity form - so you will need to figure out how to pass the input value there. What I was suggesting was using a Gravity Form in the header, which would pass that zip code value to the next page/form.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ej262 on "Form hook from landing to form page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-hook-from-landing-to-form-page#post-55701</link>
			<pubDate>Wed, 18 Apr 2012 13:22:06 +0000</pubDate>
			<dc:creator>ej262</dc:creator>
			<guid isPermaLink="false">55701@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you.  Ok, I understand what you mean about setting the zip code field on the second form (we'll call it ContactUs) to be populated dynamically.  I've done that and set a parameter called &#34;yourzip&#34;.&#60;/p&#62;
&#60;p&#62;If I'm understanding correctly, I need to create an additional form (we'll call it ZipCode) and set the confirmation to go to the page the ContactUs page.  And by adding /?yourzip=value to the end of that redirect my understanding is that the zip code field will be populated with the input value from the first page, correct?&#60;/p&#62;
&#60;p&#62;A couple questions:&#60;/p&#62;
&#60;p&#62;1) On the ZipCode form, do I also create a text field for zip code?  I have already created an input box in my header with the instructions for the visitor to enter his/her zip.&#60;br /&#62;
2) My main confusion is in your instructions about using the parameter &#34;in your first form's query string builder&#34;.  I've looked at the instructions and this part doesn't make sense to me - I don't understand how to build the query string.&#60;br /&#62;
3) Finally, since the zip code will be entered from the header, would I put the query string into the header php?  In that case, I wouldn't use the short code, correct?&#60;/p&#62;
&#60;p&#62;Sorry for all the questions.  I'm not a complete newbie but am obviously still a WP amateur.  Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Form hook from landing to form page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-hook-from-landing-to-form-page#post-55648</link>
			<pubDate>Wed, 18 Apr 2012 10:05:36 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">55648@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;To do that you will use dynamic population from one form to another. What you will need to do is set the confirmation redirect url/page to be that of your second form and then pass that data via the query string builder.&#60;/p&#62;
&#60;p&#62;Since you will have that data passed via the string, you can pre-populate the zip code on the second form with that data.&#60;/p&#62;
&#60;p&#62;Your second form's zip code field should be set to be populated dynamically and set a paramater name there which you will use in your first form's query string builder when you pass the zip code.&#60;/p&#62;
&#60;p&#62;&#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;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Form_Settings&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Form_Settings&#60;/a&#62; (See Confirmation Redirect)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ej262 on "Form hook from landing to form page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-hook-from-landing-to-form-page#post-55640</link>
			<pubDate>Wed, 18 Apr 2012 09:22:03 +0000</pubDate>
			<dc:creator>ej262</dc:creator>
			<guid isPermaLink="false">55640@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have the exact same question - I want the user to be able to enter the zip code on one page of the site (the zip code field is located in the header, so it can be entered from any page of the site). When the user clicks submit, it will take them to a separate page to complete the rest of the form, but the zip code field will already be populated.  If you can explain how to do that I will be eternally grateful.&#60;/p&#62;
&#60;p&#62;site: &#60;a href=&#34;http://www.boomerbenefits.com&#34; rel=&#34;nofollow&#34;&#62;http://www.boomerbenefits.com&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Form hook from landing to form page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-hook-from-landing-to-form-page#post-55632</link>
			<pubDate>Wed, 18 Apr 2012 08:10:15 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">55632@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, you would do this via dynamic population. Are you setting up a multi-step form or are you trying to go from one physical page to another?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>onehopweb on "Form hook from landing to form page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-hook-from-landing-to-form-page#post-55589</link>
			<pubDate>Tue, 17 Apr 2012 19:46:14 +0000</pubDate>
			<dc:creator>onehopweb</dc:creator>
			<guid isPermaLink="false">55589@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Im trying to create the following:&#60;/p&#62;
&#60;p&#62;1) landing page where user enters zip code to start the form process.&#60;br /&#62;
2) once zip code is entered, the user hits a redirect which sends them to another form field, but with the zip-code already pre-populated in there&#60;/p&#62;
&#60;p&#62;is this possible with gravity forms?&#60;/p&#62;
&#60;p&#62;thx
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
