<?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: passing url parameter to gravity form</title>
		<link>https://legacy.forums.gravityhelp.com/topic/passing-url-parameter-to-gravity-form</link>
		<description>Gravity Support Forums Topic: passing url parameter to gravity form</description>
		<language>en-US</language>
		<pubDate>Wed, 22 Apr 2026 17:52:16 +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/passing-url-parameter-to-gravity-form" rel="self" type="application/rss+xml" />

		<item>
			<title>omoplata on "passing url parameter to gravity form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/passing-url-parameter-to-gravity-form#post-66848</link>
			<pubDate>Wed, 18 Jul 2012 11:17:03 +0000</pubDate>
			<dc:creator>omoplata</dc:creator>
			<guid isPermaLink="false">66848@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ah, those solutions are perfect! Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "passing url parameter to gravity form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/passing-url-parameter-to-gravity-form#post-66830</link>
			<pubDate>Wed, 18 Jul 2012 10:02:01 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">66830@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You could also just hide the field using a CSS class. I add hidden to the CSS class of the fields I don't want to show up to the users. Then in my style.css I add&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.hidden { display:none; }&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "passing url parameter to gravity form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/passing-url-parameter-to-gravity-form#post-66804</link>
			<pubDate>Wed, 18 Jul 2012 07:17:24 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">66804@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;In that case, you can add the field to the form and set the Visibility of the field to &#34;Admin Only&#34; which will keep it hidden on the front end, but will record the information in the back end.&#60;/p&#62;
&#60;p&#62;Screenshot: &#60;a href=&#34;http://minus.com/mKEwiiyRQ/&#34; rel=&#34;nofollow&#34;&#62;http://minus.com/mKEwiiyRQ/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>omoplata on "passing url parameter to gravity form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/passing-url-parameter-to-gravity-form#post-66762</link>
			<pubDate>Tue, 17 Jul 2012 23:24:17 +0000</pubDate>
			<dc:creator>omoplata</dc:creator>
			<guid isPermaLink="false">66762@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The hidden values will be dynamic. Some will be set via query string sent to the form. Others might be client specific, like say timezone, browser type, IP, etc.&#60;/p&#62;
&#60;p&#62;None of these would be part of the form UI, but we would want it recorded as part of the form entry in the DB.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "passing url parameter to gravity form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/passing-url-parameter-to-gravity-form#post-66748</link>
			<pubDate>Tue, 17 Jul 2012 20:55:34 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">66748@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Will this information always be the same?  You just want it recorded as part of the entry?  Or do you have other plans for it?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>omoplata on "passing url parameter to gravity form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/passing-url-parameter-to-gravity-form#post-66746</link>
			<pubDate>Tue, 17 Jul 2012 20:38:58 +0000</pubDate>
			<dc:creator>omoplata</dc:creator>
			<guid isPermaLink="false">66746@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;by hidden, I mean:&#60;/p&#62;
&#60;p&#62;&#38;lt;input type=&#34;hidden&#34; name=&#34;email&#34; value=&#34;username@gmail.com&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;so as part of the form submission, a field and value are submitted, but are invisible/not part of the form UI&#60;/p&#62;
&#60;p&#62;The use case for this is that I have some meta data associated with a form that has nothing to do with the UI, but nevertheless needs to get POST as part of the form submission.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "passing url parameter to gravity form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/passing-url-parameter-to-gravity-form#post-66741</link>
			<pubDate>Tue, 17 Jul 2012 20:24:57 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">66741@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can pass custom values to a page where Gravity Forms is embedded in the query string.&#60;/p&#62;
&#60;p&#62;Example: &#60;a href=&#34;http://example.com/page-with-form/?email=username@gmail.com&#34; rel=&#34;nofollow&#34;&#62;http://example.com/page-with-form/?email=username@gmail.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;That will send the value &#34;username@gmail.com&#34; to the form embedded in the WordPress page with the slug of &#34;page-with-form&#34; and populate to form field with a parameter name of &#34;email&#34; (this you have to configure in your form.)&#60;/p&#62;
&#60;p&#62;For hidden form values, what do you mean?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>omoplata on "passing url parameter to gravity form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/passing-url-parameter-to-gravity-form#post-66721</link>
			<pubDate>Tue, 17 Jul 2012 17:59:57 +0000</pubDate>
			<dc:creator>omoplata</dc:creator>
			<guid isPermaLink="false">66721@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;How do I pass custom values to a gravity form? This custom value is needed to dynamically populate the fields.&#60;/p&#62;
&#60;p&#62;Also how do I set hidden form values?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
