<?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: sending dynamic form variables to another form?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/sending-dynamic-form-variables-to-another-form</link>
		<description>Gravity Support Forums Topic: sending dynamic form variables to another form?</description>
		<language>en-US</language>
		<pubDate>Sat, 25 Apr 2026 00:39:01 +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/sending-dynamic-form-variables-to-another-form" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "sending dynamic form variables to another form?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sending-dynamic-form-variables-to-another-form#post-3150</link>
			<pubDate>Thu, 04 Feb 2010 14:58:49 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">3150@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We have been able to get the jquery webform wizard to work with Gravity Forms, however it takes some hacks within the jquery to make it happen.  It is possible, but not a perfect solution.&#60;/p&#62;
&#60;p&#62;We will be implementing our own solution for multi-page wizard forms in a future release.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fodcj on "sending dynamic form variables to another form?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sending-dynamic-form-variables-to-another-form#post-3143</link>
			<pubDate>Thu, 04 Feb 2010 12:15:26 +0000</pubDate>
			<dc:creator>fodcj</dc:creator>
			<guid isPermaLink="false">3143@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is there any way we could get this FormToWizard plugin working with Gravity Forms: &#60;a href=&#34;http://www.jankoatwarpspeed.com/post/2009/09/28/webform-wizard-jquery.aspx&#34; rel=&#34;nofollow&#34;&#62;http://www.jankoatwarpspeed.com/post/2009/09/28/webform-wizard-jquery.aspx&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I am not to hot on coding but looks as though it is simply a matter of adding reference to script file and apply it to the &#38;lt;form&#38;gt; element?&#60;/p&#62;
&#60;p&#62;Any help would be much appreciated  :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>net_mage on "sending dynamic form variables to another form?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sending-dynamic-form-variables-to-another-form#post-3126</link>
			<pubDate>Wed, 03 Feb 2010 14:49:53 +0000</pubDate>
			<dc:creator>net_mage</dc:creator>
			<guid isPermaLink="false">3126@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Perfect direction.  Thank you.  Honestly I can't imagine a more powerful form builder tool for the wordpress community once we can build the multi-step forms and have access to user registrations and logins w ajax.  Great work.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "sending dynamic form variables to another form?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sending-dynamic-form-variables-to-another-form#post-3097</link>
			<pubDate>Tue, 02 Feb 2010 22:25:30 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">3097@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am still updating the documentation for some newer features, which includes the dynamic field population.&#60;/p&#62;
&#60;p&#62;The Form Settings documentation touches on how to pass form data to a redirect as the confirmation page (in this case it would pass these values to another form page):&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/form-settings/&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/form-settings/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;On the Form Settings when you select the Confirmation tab, one of the options is a redirect.  You would use this redirect and the query string builder that accompanies it to give the URL of the page you want to redirect to, and then build a query string of data that you want to pass to that confirmation page redirect.&#60;/p&#62;
&#60;p&#62;There isn't much to using query string parameters on the fields themselves to pre-populate them using the query string.&#60;/p&#62;
&#60;p&#62;- Edit a Form&#60;br /&#62;
- Edit a Specific Field&#60;br /&#62;
- Select the Advanced Tab&#60;br /&#62;
- Check &#34;Allow field to be populated dynamically&#34; checkbox&#60;br /&#62;
- Give the field a parameter name (ex. for email you could make the parameter name email)&#60;/p&#62;
&#60;p&#62;The parameter name is what you use in the querystring to pass the data to the form.  So in the example above I gave the field a parameter name of email.  To pass data to it I would do so like this:&#60;/p&#62;
&#60;p&#62;mydomain.com/path/to/form?email=my@email.com&#60;/p&#62;
&#60;p&#62;If you followed the steps above, doing so would then populate the field that has been set as &#34;email&#34; with the values passed to it via the query string parameter &#34;email&#34;.&#60;/p&#62;
&#60;p&#62;That about sums it up... give it a try and you will see once you get going it's pretty simple.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>net_mage on "sending dynamic form variables to another form?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sending-dynamic-form-variables-to-another-form#post-3096</link>
			<pubDate>Tue, 02 Feb 2010 21:49:44 +0000</pubDate>
			<dc:creator>net_mage</dc:creator>
			<guid isPermaLink="false">3096@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is there any documentation of the query string variable pass that I could use?  I think I know how to do the rest of it.  Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "sending dynamic form variables to another form?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sending-dynamic-form-variables-to-another-form#post-3093</link>
			<pubDate>Tue, 02 Feb 2010 15:35:16 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">3093@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This is possible, I know at least one user who has done this on a project.  You can chain together 2 forms, however it obviously takes some work and you need to replicate the form fields as hidden fields in form 2.  &#60;/p&#62;
&#60;p&#62;Then you pass all the form field values from Form 1 to Form 2 via the query string... setting the confirmation for Form 1 as the page that has Form 2 on it.&#60;/p&#62;
&#60;p&#62;It's certainly possible... just keep in mind that data still gets saved for Form 1 so it's going to take up database space but you can just purge that data regularly.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>net_mage on "sending dynamic form variables to another form?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sending-dynamic-form-variables-to-another-form#post-3090</link>
			<pubDate>Tue, 02 Feb 2010 14:06:21 +0000</pubDate>
			<dc:creator>net_mage</dc:creator>
			<guid isPermaLink="false">3090@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;As a workaround for a multi-form implementation would it be possible to use two forms separate forms.&#60;/p&#62;
&#60;p&#62;1st form  - collects basic info, submits and forwards to 2nd form page with saved variables (ie name)&#60;/p&#62;
&#60;p&#62;2nd form -  gets forwarded data and allows for further data collection?&#60;/p&#62;
&#60;p&#62;kind of a long process but that would allow for a wizard form environment for now.  Is this possible?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
