<?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 3rd Party Form From Gravity Form Submission</title>
		<link>https://legacy.forums.gravityhelp.com/topic/dynamically-populate-3rd-party-form-from-gravity-form-submission</link>
		<description>Gravity Support Forums Topic: Dynamically Populate 3rd Party Form From Gravity Form Submission</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 20:23:58 +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-3rd-party-form-from-gravity-form-submission" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Dynamically Populate 3rd Party Form From Gravity Form Submission"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamically-populate-3rd-party-form-from-gravity-form-submission#post-148263</link>
			<pubDate>Sun, 17 Feb 2013 03:45:21 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">148263@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for the update.  Glad that will work for you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>comparetor on "Dynamically Populate 3rd Party Form From Gravity Form Submission"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamically-populate-3rd-party-form-from-gravity-form-submission#post-148231</link>
			<pubDate>Sun, 17 Feb 2013 02:38:38 +0000</pubDate>
			<dc:creator>comparetor</dc:creator>
			<guid isPermaLink="false">148231@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Perfect! Thats exactly what I needed.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Dynamically Populate 3rd Party Form From Gravity Form Submission"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamically-populate-3rd-party-form-from-gravity-form-submission#post-148230</link>
			<pubDate>Sun, 17 Feb 2013 02:36:15 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">148230@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If you pass the data in the query string, the parameters will be available in the $_GET global, like this:&#60;/p&#62;
&#60;p&#62;$_GET['email_address'];&#60;/p&#62;
&#60;p&#62;Does that help?  You need to set up the page where you are directing the query string to read those values from the $_GET array.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>comparetor on "Dynamically Populate 3rd Party Form From Gravity Form Submission"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamically-populate-3rd-party-form-from-gravity-form-submission#post-146740</link>
			<pubDate>Wed, 13 Feb 2013 19:28:45 +0000</pubDate>
			<dc:creator>comparetor</dc:creator>
			<guid isPermaLink="false">146740@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;So I have read many posts about dynamically populating fields from GForm to GForm, but I am trying to transfer values from a GForm to a WooCommerce checkout form. &#60;/p&#62;
&#60;p&#62;I have done this:&#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;
&#60;p&#62;which gets me the values passed from the first page with the gravity form to the WooCommerce checkout page. Now I need the WooCommerce fields to grab the values.&#60;/p&#62;
&#60;p&#62;I made a simple edit to the woocomerce form array so that I can use a hooked in filter like this: &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;// Hook in
add_filter( &#38;#39;woocommerce_checkout_fields&#38;#39; , &#38;#39;custom_override_checkout_fields&#38;#39; );

// hooked in function - $fields is passed via the filter
function custom_override_checkout_fields( $fields ) {
     $fields[&#38;#39;billing&#38;#39;][&#38;#39;billing_email&#38;#39;][&#38;#39;value&#38;#39;] = $value;

     return $fields;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;So, I have data passed via a query string, a function hook, which can post data to the 2nd form... now how can I link the two? I feel like I'm close, but I could be miles away.  &#60;/p&#62;
&#60;p&#62;Is it possible instead to save out a session variable such as: &#60;/p&#62;
&#60;p&#62;&#60;code&#62;$_POST[&#38;#39;email_address&#38;#39;];&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I could use that in the hook filter for woocommerce.&#60;/p&#62;
&#60;p&#62;Any help would be HUGELY appreciated! Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
