<?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: pre-populate fields</title>
		<link>https://legacy.forums.gravityhelp.com/topic/pre-populate-fields-1</link>
		<description>Gravity Support Forums Topic: pre-populate fields</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 04:32:57 +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/pre-populate-fields-1" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "pre-populate fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pre-populate-fields-1#post-130749</link>
			<pubDate>Thu, 24 Jan 2013 21:34:41 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">130749@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;blockquote&#62;&#60;p&#62;
takes them to a new page&#60;/p&#62;
&#60;/blockquote&#62;
&#60;p&#62;In the area you configure that URL, the one for the &#34;new page&#34; - that is where you will have to add the query string parameters to &#34;send&#34; the information along with the URL to the page where the Gravity Form resides.&#60;/p&#62;
&#60;p&#62;If your URL looked like &#60;a href=&#34;http://example.com/take-the-next-step/&#34; rel=&#34;nofollow&#34;&#62;http://example.com/take-the-next-step/&#60;/a&#62; you will change it to something like this: &#60;a href=&#34;http://example.com/take-the-next-step/?fname=CUSTOMER_FNAME&#38;amp;lname=CUSTOMER_LNAME&#38;amp;email=CUSTOMER_EMAIL&#38;amp;deposit=PAY_DEPOSIT&#34; rel=&#34;nofollow&#34;&#62;http://example.com/take-the-next-step/?fname=CUSTOMER_FNAME&#38;amp;lname=CUSTOMER_LNAME&#38;amp;email=CUSTOMER_EMAIL&#38;amp;deposit=PAY_DEPOSIT&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;However, I don't know that those constant-looking names are actually how to get that information into the query string.  That depends on your theme's form and how it captures the data and how you use it.  If that is not correct, your Gravity Form will literally be populated with this strings, not the collected data:&#60;/p&#62;
&#60;p&#62;fname: CUSTOMER_FNAME&#60;br /&#62;
lname: CUSTOMER_LNAME&#60;br /&#62;
email: CUSTOMER_EMAIL&#60;br /&#62;
deposit: PAY_DEPOSIT&#60;/p&#62;
&#60;p&#62;That is not what you want.  But that is something you will have to determine about your existing form (not Gravity Forms.)&#60;/p&#62;
&#60;p&#62;That is the first part: sending the collected data from the last page of the form to your new Gravity Form.  The second part is to configure those four fields in your Gravity Form to &#34;Allow field to be populated dynamically&#34; which is a checkbox on the Advanced tab of the field.  After you check the box, you will be shown an input for a &#34;parameter name&#34;.  In there is where you will enter the parameter names you configured in your line (the string BEFORE the equal sign.)  So, fname, lname, email, deposit.  You can use whatever you want, so long as there are no spaces in the parameter name and it's not a WordPress reserved word, and you make the parameter names the same in both the link and in the advanced tab of your form.&#60;/p&#62;
&#60;p&#62;I don't think it's going to work using CUSTOMER_FNAME exactly as I have shown, but without having a copy of your theme, I'm not sure exactly how to get that collected information from the form.  There will be a way, I just don't know it is yet.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jillc on "pre-populate fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pre-populate-fields-1#post-124781</link>
			<pubDate>Thu, 17 Jan 2013 21:42:55 +0000</pubDate>
			<dc:creator>jillc</dc:creator>
			<guid isPermaLink="false">124781@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The theme already has a built in form which has 4 pages and ends with a submit button which sends an email and takes them to a new page. I want to put another form on that new page which picks up 4 fields from the previous field and pre-populates it with that info before then asking for the remainder of the information. I have all the codes from the other form which can be used in emails so I presume those same codes can be used to pull into a Gravity form. But how do I do that? The fields are listed as CUSTOMER_FNAME, CUSTOMER_LNAME, CUSTOMER_EMAIL, PAY_DEPOSIT.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "pre-populate fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pre-populate-fields-1#post-124271</link>
			<pubDate>Thu, 17 Jan 2013 07:20:03 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">124271@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can collect all that information from your customer in the form.  The request does not have to go to PayPal and will not, unless you are using one of the PayPal add-ons.  &#60;/p&#62;
&#60;p&#62;Do you have this form online now?  At what point did you get stuck?  Why does their need to be two forms?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jillc on "pre-populate fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pre-populate-fields-1#post-124217</link>
			<pubDate>Thu, 17 Jan 2013 05:56:30 +0000</pubDate>
			<dc:creator>jillc</dc:creator>
			<guid isPermaLink="false">124217@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have a theme which calculates the total cost and then asks for a deposit of 20%. Problem is it then expects to process this via PayPal. My client would rather not use PayPal. So I want to use Gravity Forms to collect the name fields, email field and deposit field (from the form they've just submitted) and then ask them to complete their credit card details. I want to then process this through wordpress-https plugin so that it is secure/encrypted and my client can then manually process the cc payment or not (if he wants more info from the customer for example). I thought Gravity Forms would do it for me, but now I'm totally lost. Am I heading down the wrong path?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
