<?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: Having a Gravity Form accept data from a previous non-Gravity form</title>
		<link>https://legacy.forums.gravityhelp.com/topic/having-a-gravity-form-accept-data-from-a-previous-non-gravity-form</link>
		<description>Gravity Support Forums Topic: Having a Gravity Form accept data from a previous non-Gravity form</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:26:10 +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/having-a-gravity-form-accept-data-from-a-previous-non-gravity-form" rel="self" type="application/rss+xml" />

		<item>
			<title>David Peralty on "Having a Gravity Form accept data from a previous non-Gravity form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/having-a-gravity-form-accept-data-from-a-previous-non-gravity-form#post-75143</link>
			<pubDate>Thu, 13 Sep 2012 12:54:18 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">75143@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You would have to custom code something like that Leonardo. Gravity Forms doesn't have anything that would do those things on its own.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Leonardo Ribeiro on "Having a Gravity Form accept data from a previous non-Gravity form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/having-a-gravity-form-accept-data-from-a-previous-non-gravity-form#post-75142</link>
			<pubDate>Thu, 13 Sep 2012 12:51:28 +0000</pubDate>
			<dc:creator>Leonardo Ribeiro</dc:creator>
			<guid isPermaLink="false">75142@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I need to do something like this:&#60;br /&#62;
  The user fill the field &#34;Line&#34; with the product line.&#60;br /&#62;
  A function search on a database for this code and fill a dropdown with the results of the sql.&#60;br /&#62;
There is possible? How?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Having a Gravity Form accept data from a previous non-Gravity form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/having-a-gravity-form-accept-data-from-a-previous-non-gravity-form#post-75134</link>
			<pubDate>Thu, 13 Sep 2012 12:25:59 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">75134@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Glad to hear you sorted it out.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>glennbullion on "Having a Gravity Form accept data from a previous non-Gravity form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/having-a-gravity-form-accept-data-from-a-previous-non-gravity-form#post-75119</link>
			<pubDate>Thu, 13 Sep 2012 10:55:18 +0000</pubDate>
			<dc:creator>glennbullion</dc:creator>
			<guid isPermaLink="false">75119@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Nevermind. :)  Looks like it was expecting underscores. Thanks again.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>glennbullion on "Having a Gravity Form accept data from a previous non-Gravity form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/having-a-gravity-form-accept-data-from-a-previous-non-gravity-form#post-75118</link>
			<pubDate>Thu, 13 Sep 2012 10:54:17 +0000</pubDate>
			<dc:creator>glennbullion</dc:creator>
			<guid isPermaLink="false">75118@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This seems to work perfectly with parameters with no spaces. Is there a special format or syntax to slap in a parameter name with a space?&#60;/p&#62;
&#60;p&#62;I know the query string URL puts pluses instead of spaces, but that didn't work either.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Having a Gravity Form accept data from a previous non-Gravity form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/having-a-gravity-form-accept-data-from-a-previous-non-gravity-form#post-75112</link>
			<pubDate>Thu, 13 Sep 2012 10:13:38 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">75112@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You could use query strings for this, and the allow populate dynamically option on fields in Gravity Forms. Otherwise, you'll need to do some cool PHP stuff by grabbing the form submission and then pre-rendering the form fields with the details.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>glennbullion on "Having a Gravity Form accept data from a previous non-Gravity form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/having-a-gravity-form-accept-data-from-a-previous-non-gravity-form#post-75037</link>
			<pubDate>Wed, 12 Sep 2012 20:16:45 +0000</pubDate>
			<dc:creator>glennbullion</dc:creator>
			<guid isPermaLink="false">75037@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hopefully I explain this right.&#60;/p&#62;
&#60;p&#62;We have a website with products.  These product pages were built using the ACF plugin (advanced custom fields).  The pages look pretty nice.  You pick options that modify price, etc.&#60;/p&#62;
&#60;p&#62;What I'm trying to do is take data entered in this form and pass it to the next form which is a Gravity contact form.  If both forms were designed with Gravity, I know this wouldn't be a problem.  But that isn't the case.  Is it possible to take data entered in a non-Gravity Form and pass it to a hidden field(s) (or textbox) in a Gravity Form?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
