<?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: Link to form, conditional preselection...</title>
		<link>https://legacy.forums.gravityhelp.com/topic/link-to-form-conditional-preselection</link>
		<description>Gravity Support Forums Topic: Link to form, conditional preselection...</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 10:06:13 +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/link-to-form-conditional-preselection" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Link to form, conditional preselection..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/link-to-form-conditional-preselection#post-78283</link>
			<pubDate>Mon, 01 Oct 2012 09:40:37 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">78283@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I don't have any specific information regarding coupon codes, but &#60;a href=&#34;https://www.google.com/search?q=gravity+forms+coupons&#34; rel=&#34;nofollow&#34;&#62;Google knows&#60;/a&#62; a lot of them which will work for you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>detroit on "Link to form, conditional preselection..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/link-to-form-conditional-preselection#post-78261</link>
			<pubDate>Mon, 01 Oct 2012 04:33:44 +0000</pubDate>
			<dc:creator>detroit</dc:creator>
			<guid isPermaLink="false">78261@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Oh! I just found it in the advanced setting derp. You guys are incredible. If I bought 6 licenses where can I find a coupon?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Link to form, conditional preselection..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/link-to-form-conditional-preselection#post-78257</link>
			<pubDate>Mon, 01 Oct 2012 02:53:31 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">78257@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If you have already purchased Gravity Forms, we are talking about this in the wrong area. This is a pre-purchase forum, not for regular support.&#60;/p&#62;
&#60;p&#62;However, you can allow a field to be &#34;populated dynamically&#34; on  the advanced tab of each field.  It's documented here: &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Allow_field_to_be_populated_dynamically&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Allow_field_to_be_populated_dynamically&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>detroit on "Link to form, conditional preselection..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/link-to-form-conditional-preselection#post-78256</link>
			<pubDate>Mon, 01 Oct 2012 02:06:36 +0000</pubDate>
			<dc:creator>detroit</dc:creator>
			<guid isPermaLink="false">78256@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Wait so how do I setup the form to do that? Where is it in the form builder?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Link to form, conditional preselection..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/link-to-form-conditional-preselection#post-78192</link>
			<pubDate>Sun, 30 Sep 2012 19:40:00 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">78192@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can accomplish this in several different ways.  You can use the gform_pre_render filter to modify the form before it is shown to the user.  Or your link can set a parameter in the query string, and your form can be set up to accept that parameter dynamically.  So, you could have the link say &#60;a href=&#34;http://example.com/?shoe=nike&#34; rel=&#34;nofollow&#34;&#62;http://example.com/?shoe=nike&#60;/a&#62; and then your form will have a field with a parameter name of &#34;shoe&#34; and you just set its value to nike.  &#60;/p&#62;
&#60;p&#62;Here is a more complex example.  You can change any of these values in this query string:&#60;/p&#62;
&#60;p&#62;fullname&#60;br /&#62;
highschool&#60;br /&#62;
fruit&#60;br /&#62;
shoe&#60;/p&#62;
&#60;p&#62;If you leave any of them out, I have default values set which will pre-populate the fields.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://gravity.chrishajer.com/pre-populate-everything/?fullname=Chris%20Hajer&#38;amp;fruit=tomato&#34; rel=&#34;nofollow&#34;&#62;http://gravity.chrishajer.com/pre-populate-everything/?fullname=Chris%20Hajer&#38;amp;fruit=tomato&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://gravity.chrishajer.com/pre-populate-everything/?fruit=orange&#38;amp;fullname=President&#38;amp;shoe=9&#34; rel=&#34;nofollow&#34;&#62;http://gravity.chrishajer.com/pre-populate-everything/?fruit=orange&#38;amp;fullname=President&#38;amp;shoe=9&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://gravity.chrishajer.com/pre-populate-everything/?wontwork=gravity&#34; rel=&#34;nofollow&#34;&#62;http://gravity.chrishajer.com/pre-populate-everything/?wontwork=gravity&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>detroit on "Link to form, conditional preselection..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/link-to-form-conditional-preselection#post-78172</link>
			<pubDate>Sun, 30 Sep 2012 13:48:54 +0000</pubDate>
			<dc:creator>detroit</dc:creator>
			<guid isPermaLink="false">78172@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm concerned about the ability to create dynamic form links. Say for example I have 60 Products, and each has a link on the bottom that says &#34;inquire more about this machine&#34;. I need that link to determine a form selection based upon the link they click. You know, like javascript. That way the part of the form which asks the product you're inquiring about is already selected in that drop down section of the form. Our company's are investing in 5 licenses, but the form system needs to do this. Is it possible to get a response by know tomorrow?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
