<?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 fill a field with GET parameter</title>
		<link>https://legacy.forums.gravityhelp.com/topic/pre-fill-a-field-with-get-parameter</link>
		<description>Gravity Support Forums Topic: Pre fill a field with GET parameter</description>
		<language>en-US</language>
		<pubDate>Thu, 23 Apr 2026 00:26:26 +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-fill-a-field-with-get-parameter" rel="self" type="application/rss+xml" />

		<item>
			<title>ronaldus on "Pre fill a field with GET parameter"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pre-fill-a-field-with-get-parameter#post-18036</link>
			<pubDate>Wed, 09 Feb 2011 04:01:40 +0000</pubDate>
			<dc:creator>ronaldus</dc:creator>
			<guid isPermaLink="false">18036@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Well, that was simple...&#60;br /&#62;
It works now!&#60;br /&#62;
Thx for your reply Carl!&#60;/p&#62;
&#60;p&#62;Kind regards,&#60;br /&#62;
Ronaldus
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Pre fill a field with GET parameter"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pre-fill-a-field-with-get-parameter#post-17939</link>
			<pubDate>Tue, 08 Feb 2011 13:27:39 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">17939@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You are close, but you aren't setting the parameter names correct.  I will use domain as an example.&#60;/p&#62;
&#60;p&#62;- Edit your form&#60;br /&#62;
- Edit the field you want to populate with the domain value&#60;br /&#62;
- Select the Advanced tab&#60;br /&#62;
- Check the &#34;Allow field to be populated dynamically&#34; checkbox&#60;br /&#62;
- In the parameter name enter &#34;domain&#34; without quotes&#60;br /&#62;
- Save your form&#60;/p&#62;
&#60;p&#62;Now to pass the domain value to the form you would pass ?domain=XXXX in the query string.  The parameter name is what is used in the query string, in this example it was &#34;domain&#34; so to pre-populate it via the query string you would pass ?domain= in the query string.&#60;/p&#62;
&#60;p&#62;You would do the same for TLD.&#60;/p&#62;
&#60;p&#62;- Edit your form&#60;br /&#62;
- Edit the field you want to populate with the TLD value&#60;br /&#62;
- Select the Advanced tab&#60;br /&#62;
- Check the &#34;Allow field to be populated dynamically&#34; checkbox&#60;br /&#62;
- In the parameter name enter &#34;tld&#34; without quotes&#60;br /&#62;
- Save your form&#60;/p&#62;
&#60;p&#62;Now pass the TLD value to the form by pass ?tld= in the query string.  So if you do all of the steps above you would populate both like this:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://mydomain.com//mypage/?domain=XXXX&#38;amp;tld=XXXX&#34; rel=&#34;nofollow&#34;&#62;http://mydomain.com//mypage/?domain=XXXX&#38;amp;tld=XXXX&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Keep things case sensitive, so if you give it a parameter name of &#34;domain&#34; (all lowercase) then you need to pass it as ?domain= (all lowercase).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ronaldus on "Pre fill a field with GET parameter"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pre-fill-a-field-with-get-parameter#post-17902</link>
			<pubDate>Tue, 08 Feb 2011 08:45:49 +0000</pubDate>
			<dc:creator>ronaldus</dc:creator>
			<guid isPermaLink="false">17902@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi dear people from Gravity.&#60;br /&#62;
I'd like to automaticly fill the form fields Domeinnaam and Domeinextensie with the data people fill in in my WHOIS form (Tribulant plugin) which is on this page:&#60;br /&#62;
&#60;a href=&#34;http://www.webzenz.nl/domeinnaam/&#34; rel=&#34;nofollow&#34;&#62;http://www.webzenz.nl/domeinnaam/&#60;/a&#62;.&#60;br /&#62;
The filled in data are put in the URL of the next page: &#60;a href=&#34;http://www.webzenz.nl/bestellen/?domain=kkjfhdfjghjk&#38;amp;tld=nl&#34; rel=&#34;nofollow&#34;&#62;http://www.webzenz.nl/bestellen/?domain=kkjfhdfjghjk&#38;amp;tld=nl&#60;/a&#62;&#60;br /&#62;
 So I thought I have to put GET{domain} and GET{tld} in the field Permit this field to be filled dynamicly in the GravityForms backend?&#60;br /&#62;
The {domain} and {tld} are passed as GET parameters in the URL so they can be accessed with GET. But how to do this?&#60;br /&#62;
Sorry, I'm a newbie with this...&#60;br /&#62;
Thx and kind regards,&#60;br /&#62;
Ronaldus
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
