<?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: Capturing field from query string</title>
		<link>https://legacy.forums.gravityhelp.com/topic/capturing-field-from-query-string</link>
		<description>Gravity Support Forums Topic: Capturing field from query string</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 04:31:36 +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/capturing-field-from-query-string" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Capturing field from query string"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/capturing-field-from-query-string#post-38033</link>
			<pubDate>Sun, 16 Oct 2011 18:38:40 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">38033@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sounds like the landing page needs to capture the query string, and send that along to the page with the form in it.   You'll have to 'catch' the query string on the landing page, then pass that information along to the Gravity Form.&#60;/p&#62;
&#60;p&#62;Can you just have the Gravity Form on the landing page?  It makes things easier. &#60;/p&#62;
&#60;p&#62;If not, you will need to do some work in your template for the landing page, to capture the query string.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>TOC on "Capturing field from query string"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/capturing-field-from-query-string#post-37949</link>
			<pubDate>Fri, 14 Oct 2011 16:11:03 +0000</pubDate>
			<dc:creator>TOC</dc:creator>
			<guid isPermaLink="false">37949@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Something interesting that I noticed. The landing page does not connect to gravity form directly. Basically, the landing page contains links to the form and as soon as I arrive at the landing page, the Google Analytics url disappeared. I will then proceed to pick a link to the form which does not have a google analystics tag. Using this, gravity form would not capture the fields and the value of the paramenter.&#60;/p&#62;
&#60;p&#62;However, if the google analytics url connects directly to the gravity form, the method explained by Chris works perfectly.&#60;/p&#62;
&#60;p&#62;So, I want to see if there is a way to capture/export the field values without first landing on the page that contains gravity form? It seems like gravity form knows that the referrer URL contains the value that I am looking for, just that I cannot separate all the unnecessary stuff that I don't need.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>TOC on "Capturing field from query string"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/capturing-field-from-query-string#post-37945</link>
			<pubDate>Fri, 14 Oct 2011 15:35:12 +0000</pubDate>
			<dc:creator>TOC</dc:creator>
			<guid isPermaLink="false">37945@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Chris,&#60;/p&#62;
&#60;p&#62;Thanks for your response, I have tried the suggestion that you gave and left the Default Value blank and only put in utm_content as parameter name. I also checked the box to Allow field to be populated dynamically. When I exported the UniqueID field, however it was blank. Any ideas on this or am I doing something wrong?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Capturing field from query string"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/capturing-field-from-query-string#post-37914</link>
			<pubDate>Fri, 14 Oct 2011 10:37:56 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">37914@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You don't want to capture the referer, just populate the field dynamically, as you have already done with the parameter.  Don't use the Default Value or &#34;insert variable&#34; drop down, and I think you will be fine.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>TOC on "Capturing field from query string"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/capturing-field-from-query-string#post-37895</link>
			<pubDate>Fri, 14 Oct 2011 00:31:47 +0000</pubDate>
			<dc:creator>TOC</dc:creator>
			<guid isPermaLink="false">37895@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am having trouble capturing a field in a query string. I am using Google Analytics to generate this url &#60;a href=&#34;http://domain.com/?utm_source=web&#38;amp;utm_content=id&#38;amp;utm_medium=email&#38;amp;utm_campaign=DE&#34; rel=&#34;nofollow&#34;&#62;http://domain.com/?utm_source=web&#38;amp;utm_content=id&#38;amp;utm_medium=email&#38;amp;utm_campaign=DE&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The &#34;id&#34; will be a range different numbers or letters.&#60;/p&#62;
&#60;p&#62;Using hidden field, I created the field name UniqueID. In the advanced tab, i picked HTTP Referer URL and as parameter i put in utm_content for the value that I want to capture. I also checked the box to allow the field to be dynamically populated. However, when I tried to export the field UniqueID, I only get the whole url from above instead of the value &#34;id&#34; which I want to capture.&#60;/p&#62;
&#60;p&#62;Here is a topic to similar problem but I tried that and it didn't work.&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/user-tracking-id&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/user-tracking-id&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks for the help!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
