<?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: Dynamically populate gravity form from one to another in same session</title>
		<link>https://legacy.forums.gravityhelp.com/topic/dynamically-populate-gravity-form-from-one-to-another-in-same-session</link>
		<description>Gravity Support Forums Topic: Dynamically populate gravity form from one to another in same session</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 23:38:31 +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/dynamically-populate-gravity-form-from-one-to-another-in-same-session" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Dynamically populate gravity form from one to another in same session"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamically-populate-gravity-form-from-one-to-another-in-same-session#post-46026</link>
			<pubDate>Tue, 10 Jan 2012 18:03:45 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">46026@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Very good. Glad that worked for you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nscruggs on "Dynamically populate gravity form from one to another in same session"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamically-populate-gravity-form-from-one-to-another-in-same-session#post-46024</link>
			<pubDate>Tue, 10 Jan 2012 17:59:34 +0000</pubDate>
			<dc:creator>nscruggs</dc:creator>
			<guid isPermaLink="false">46024@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks! That worked.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Dynamically populate gravity form from one to another in same session"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamically-populate-gravity-form-from-one-to-another-in-same-session#post-46000</link>
			<pubDate>Tue, 10 Jan 2012 17:02:18 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">46000@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Populating with the shortcode does not work like that.  You should not be using the shortcode method here.  Here is the documentation:&#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;Remove that from the shortcode on form 3, and see if it works.  If you have set up form 3 to have those fields populated dynamically, and in form 2 you are using a confirmation redirect with the same parameter names, it should work. &#60;/p&#62;
&#60;p&#62;Please post a link to your form if not and we will see if we can help.  Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nscruggs on "Dynamically populate gravity form from one to another in same session"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamically-populate-gravity-form-from-one-to-another-in-same-session#post-45993</link>
			<pubDate>Tue, 10 Jan 2012 15:50:52 +0000</pubDate>
			<dc:creator>nscruggs</dc:creator>
			<guid isPermaLink="false">45993@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm trying to pass the name and email address from GF form 2 to GF form 3 using shortcodes and am not able to get it working.&#60;/p&#62;
&#60;p&#62;In form 2, I selected redirect and entered the url (even though it's just another WP page). I checked the Pass Field Data box and using the example below the comment box (Sample: phone={Phone:1}&#38;amp;email{Email:2}) I entered&#60;/p&#62;
&#60;p&#62;firstname={Name (First):1.3}&#38;amp;lastname={Name (Last):1.6}&#38;amp;email={Email:2}&#60;/p&#62;
&#60;p&#62;On GF 3 I added the name field and checked populate dynamically. Under the Field Parameter Names I entered&#60;br /&#62;
[gravityforms id=2 field_values='firstname']&#60;/p&#62;
&#60;p&#62;I tried different combinations of with and without the apostrophe. When I update the form the parameters I entered would be missing the closing apostrophe and/or bracket.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Dynamically populate gravity form from one to another in same session"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamically-populate-gravity-form-from-one-to-another-in-same-session#post-41445</link>
			<pubDate>Thu, 17 Nov 2011 16:10:06 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">41445@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You specify the value.  The value is what you want to populate the field with.  The parameter name is the parameter name you assigned to that field when you configured it to be populated dynamically in the form editor.&#60;/p&#62;
&#60;p&#62;Please refer to the How To section of the Documentation. There are examples on how to dynamically populate fields that explain the process.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/How_To&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/How_To&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Meissner Nordic on "Dynamically populate gravity form from one to another in same session"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamically-populate-gravity-form-from-one-to-another-in-same-session#post-41426</link>
			<pubDate>Thu, 17 Nov 2011 12:54:27 +0000</pubDate>
			<dc:creator>Meissner Nordic</dc:creator>
			<guid isPermaLink="false">41426@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is there any way to give specific examples for the &#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; Such as a form with form names, and exactlyl what you would put in? I don't understand parametername vs. value. Do I need to specify a value? Isn't that's what is being passed? Or do I just leave &#34;value&#34;?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Dynamically populate gravity form from one to another in same session"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamically-populate-gravity-form-from-one-to-another-in-same-session#post-38139</link>
			<pubDate>Mon, 17 Oct 2011 23:38:35 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">38139@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Documentation on how to allow the field to be populated dynamically:&#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;
&#60;p&#62;Documentation on building your query string (for the redirect confirmation on form 1):&#60;br /&#62;
&#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;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/File:Form-settings-confirmation-redirect.png&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/File:Form-settings-confirmation-redirect.png&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Dynamically populate gravity form from one to another in same session"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamically-populate-gravity-form-from-one-to-another-in-same-session#post-38138</link>
			<pubDate>Mon, 17 Oct 2011 23:35:29 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">38138@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It's not at all tricky.  Dig in and give it a try, and let us know where you get stuck.  We're happy to help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>andrew carbn on "Dynamically populate gravity form from one to another in same session"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamically-populate-gravity-form-from-one-to-another-in-same-session#post-38119</link>
			<pubDate>Mon, 17 Oct 2011 22:04:02 +0000</pubDate>
			<dc:creator>andrew carbn</dc:creator>
			<guid isPermaLink="false">38119@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Wow... It sounds tricky but I think I'm just not familiar with the language. I will get stuck in and let you know.&#60;/p&#62;
&#60;p&#62;Cheers! :_)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Dynamically populate gravity form from one to another in same session"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamically-populate-gravity-form-from-one-to-another-in-same-session#post-38075</link>
			<pubDate>Mon, 17 Oct 2011 12:34:03 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">38075@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You don't need to do any coding.  You will need to pass the values from form 1 to form 2.  That means for form 1 (sidebar form) you need to use a redirect as the confirmation, and then build a query string, to send the values along.&#60;/p&#62;
&#60;p&#62;Then, in form 2, you need to check the box &#34;allow field to be populated dynamically&#34; and enter the parameter names you used in your query string.  That's really all there is to it. That will  pre-populate fields in form 2 with values that were entered in form 1. &#60;/p&#62;
&#60;p&#62;If you get stuck, let us know.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
