<?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: Pass form fields to thank&#039;s Page</title>
		<link>https://legacy.forums.gravityhelp.com/topic/pass-form-fields-to-thanks-page</link>
		<description>Gravity Support Forums Topic: Pass form fields to thank&#039;s Page</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 08:30:00 +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/pass-form-fields-to-thanks-page" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Pass form fields to thank&#039;s Page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pass-form-fields-to-thanks-page#post-40036</link>
			<pubDate>Fri, 04 Nov 2011 09:14:21 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">40036@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Glad you got it working! Thanks for the update.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>xigli on "Pass form fields to thank&#039;s Page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pass-form-fields-to-thanks-page#post-40032</link>
			<pubDate>Fri, 04 Nov 2011 08:44:35 +0000</pubDate>
			<dc:creator>xigli</dc:creator>
			<guid isPermaLink="false">40032@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Done, thanks for the help
&#60;/p&#62;</description>
		</item>
		<item>
			<title>xigli on "Pass form fields to thank&#039;s Page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pass-form-fields-to-thanks-page#post-37684</link>
			<pubDate>Wed, 12 Oct 2011 06:14:07 +0000</pubDate>
			<dc:creator>xigli</dc:creator>
			<guid isPermaLink="false">37684@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;sorry but i don't understand what you mean, but basically what i need to do is:&#60;br /&#62;
user fill form and after submit redirects to another page (already setup).&#60;br /&#62;
In Confirmation Page, i want to put a message something like this:&#60;br /&#62;
&#34;hi (get name), thanks for your contact.&#60;br /&#62;
Thanks, Chris
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Pass form fields to thank&#039;s Page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pass-form-fields-to-thanks-page#post-37544</link>
			<pubDate>Tue, 11 Oct 2011 11:32:31 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">37544@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I don't think this will work:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[php]
 [gravityforms id=1 field_values=&#38;#39;parameter_name=nome&#38;#39;].&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If this is on the page with form #1, that would populate those form fields with this information.  I'm not sure what you want.  You should set up form #2 to catch the query string you're sending, using these settings:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/File:Allow-dynamic-population.png&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/File:Allow-dynamic-population.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Your parameter name here would be nome to match the query string information you are sending from form #1.  Can you try that?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>xigli on "Pass form fields to thank&#039;s Page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pass-form-fields-to-thanks-page#post-37534</link>
			<pubDate>Tue, 11 Oct 2011 03:53:41 +0000</pubDate>
			<dc:creator>xigli</dc:creator>
			<guid isPermaLink="false">37534@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello Chris,&#60;br /&#62;
Thanks for your help, i done everything, redirect the page.&#60;br /&#62;
In pass field via query i insert this fileld: nome={Nome:1}&#60;br /&#62;
and in the page i put this shortcode: [gravityforms id=1 field_values='parameter_name=nome'].&#60;/p&#62;
&#60;p&#62;I don't know what im doing wrong.&#60;br /&#62;
If you need anything like, admin access, please tel me.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Pass form fields to thank&#039;s Page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pass-form-fields-to-thanks-page#post-37518</link>
			<pubDate>Tue, 11 Oct 2011 01:02:08 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">37518@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;On the form settings tab, have you configured the confirmation as &#34;redirect&#34; and then sent those two fields in the query string?  I did not see them sent after I submitted a test, so I don't believe this is correct yet.  See Confirmation Redirect on this page &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Form_Settings#Confirmation&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Form_Settings#Confirmation&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Once that's correct, you will need to set the fields on form two to accept the incoming data.&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Allow_field_to_be_populated_dynamically&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Allow_field_to_be_populated_dynamically&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>xigli on "Pass form fields to thank&#039;s Page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pass-form-fields-to-thanks-page#post-37444</link>
			<pubDate>Mon, 10 Oct 2011 10:12:19 +0000</pubDate>
			<dc:creator>xigli</dc:creator>
			<guid isPermaLink="false">37444@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Everyone,&#60;/p&#62;
&#60;p&#62;Hi have a question/problem in setup a custom Thanks Page.&#60;/p&#62;
&#60;p&#62;I Have the form &#60;a href=&#34;http://www.juliaribasjoias.com/feminino/anel-africa/&#34; rel=&#34;nofollow&#34;&#62;http://www.juliaribasjoias.com/feminino/anel-africa/&#60;/a&#62;, and I'm trying to pass the field Nome and Morada to custom thanks page(http://www.juliaribasjoias.com/detalhes-encomenda/), but i cant.&#60;/p&#62;
&#60;p&#62;Can anyone give me direction's&#60;/p&#62;
&#60;p&#62;Thanks in advance.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
