<?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: Get field parameters from previous step</title>
		<link>https://legacy.forums.gravityhelp.com/topic/get-field-parameters-from-previous-step</link>
		<description>Gravity Support Forums Topic: Get field parameters from previous step</description>
		<language>en-US</language>
		<pubDate>Tue, 07 Apr 2026 01:28:40 +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/get-field-parameters-from-previous-step" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Get field parameters from previous step"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/get-field-parameters-from-previous-step#post-30042</link>
			<pubDate>Thu, 14 Jul 2011 17:25:33 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">30042@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The number correspond to the field id.  You shouldn't change them.  They are dynamic.  They are generated when you use the &#34;Insert form field&#34; drop down to insert the merge tag.  You don't edit the merge tag.  The merge tags are for the field and they output the value of that field.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dustinmattison on "Get field parameters from previous step"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/get-field-parameters-from-previous-step#post-30034</link>
			<pubDate>Thu, 14 Jul 2011 16:47:06 +0000</pubDate>
			<dc:creator>dustinmattison</dc:creator>
			<guid isPermaLink="false">30034@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;One more question, can I lock the populated field so that the user cannot change what he already answered in Form 1?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dustinmattison on "Get field parameters from previous step"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/get-field-parameters-from-previous-step#post-30033</link>
			<pubDate>Thu, 14 Jul 2011 16:39:21 +0000</pubDate>
			<dc:creator>dustinmattison</dc:creator>
			<guid isPermaLink="false">30033@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Carl, what do those numbers 2.3 in your example mean? firstname={name(First):2.3}&#60;/p&#62;
&#60;p&#62;Also, I have two fields I want to query over. The are both drop down lists. One has 36 choices and the other has 5. &#60;/p&#62;
&#60;p&#62;So how do I set up the Pass Field Data Via Query String so that I cover every single combination of choices? Is that related to the numbers used?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dustinmattison on "Get field parameters from previous step"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/get-field-parameters-from-previous-step#post-30029</link>
			<pubDate>Thu, 14 Jul 2011 16:21:53 +0000</pubDate>
			<dc:creator>dustinmattison</dc:creator>
			<guid isPermaLink="false">30029@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I think I figured it out, I just typed feature into the parameter name. Feature is what is used on Form 1 and I had to add feature= and then the string.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dustinmattison on "Get field parameters from previous step"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/get-field-parameters-from-previous-step#post-30028</link>
			<pubDate>Thu, 14 Jul 2011 16:17:20 +0000</pubDate>
			<dc:creator>dustinmattison</dc:creator>
			<guid isPermaLink="false">30028@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for your response. So how do I set it up so that the second page can read the query string?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Get field parameters from previous step"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/get-field-parameters-from-previous-step#post-30017</link>
			<pubDate>Thu, 14 Jul 2011 15:21:20 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">30017@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;To configure your form so it uses a redirect for it's confirmation and passes form field values to the URL it is redirecting to you would:&#60;/p&#62;
&#60;p&#62;- Edit your form&#60;br /&#62;
- Edit the Form Settings&#60;br /&#62;
- Select the Confirmation tab&#60;br /&#62;
- Choose &#34;Redirect&#34; for the confirmation message&#60;br /&#62;
- Enter the full HTTP URL to your custom PHP page&#60;br /&#62;
- Check the &#34;Pass field data via Query String&#34; checkbox&#60;br /&#62;
- Build your query string using the &#34;Insert form field&#34; drop down to insert merge tags for the field values&#60;/p&#62;
&#60;p&#62;Here is an example:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://i.imgur.com/5HUlC.png&#34; rel=&#34;nofollow&#34;&#62;http://i.imgur.com/5HUlC.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Now when that confirmation is executed it's going to pass the user to that HTTP URL along with the query string you configured.  For example mine would have redirected to:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.mydomain.com/my-page.php?firstname=John&#38;amp;lastname=Doe&#38;amp;email=john@doe.com&#34; rel=&#34;nofollow&#34;&#62;http://www.mydomain.com/my-page.php?firstname=John&#38;amp;lastname=Doe&#38;amp;email=john@doe.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Your custom PHP page would then need to read the query string values and then redirect appropriately based on the information passed to it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dustinmattison on "Get field parameters from previous step"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/get-field-parameters-from-previous-step#post-30010</link>
			<pubDate>Thu, 14 Jul 2011 15:05:42 +0000</pubDate>
			<dc:creator>dustinmattison</dc:creator>
			<guid isPermaLink="false">30010@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I don't understand how to do the query strings. Can someone explain?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Get field parameters from previous step"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/get-field-parameters-from-previous-step#post-29334</link>
			<pubDate>Thu, 07 Jul 2011 12:22:58 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">29334@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Gravity Forms doesn't support conditional confirmation messages.  So the only way you could do this is by creating a custom confirmation page and passing field values to it via the query string and then showing those values on your custom confirmation page by getting them from the query string and displaying them.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fio on "Get field parameters from previous step"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/get-field-parameters-from-previous-step#post-29324</link>
			<pubDate>Thu, 07 Jul 2011 12:00:10 +0000</pubDate>
			<dc:creator>fio</dc:creator>
			<guid isPermaLink="false">29324@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have a form that splits in 2 directions. In a first step drop-down with options Buy or Sell. Based upon which option is selected in the first step in second step have to fill different input fields which had conditional logic. In confirmation message should put 2 different images depending on which option is selected: buy or sell. Is there any way to make check which option was chosen in first step? I was trying with hidden fields but did not helped. I tried to take a get URL parameters from the previous step but also did not helped. Is there any way to use two images in different Confirmation messages?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
