<?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 Tag: hidden field - Recent Topics</title>
		<link>https://legacy.forums.gravityhelp.com/tags/hidden-field</link>
		<description>Gravity Support Forums Tag: hidden field - Recent Topics</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 16:38:00 +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/tags/hidden-field/topics" rel="self" type="application/rss+xml" />

		<item>
			<title>kcook on "Eloqua cookie set up in hidden fields in Gravity Forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/eloqua-cookie-set-up-in-hidden-fields-in-gravity-forms#post-332056</link>
			<pubDate>Wed, 19 Jun 2013 10:07:40 +0000</pubDate>
			<dc:creator>kcook</dc:creator>
			<guid isPermaLink="false">332056@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am trying to set up 2 hidden fields to pass cookie information back to our automated marketing system (Eloqua) for all of our forms. See this form: &#60;a href=&#34;http://www.thunderhead.com/hidden/how-to-make-your-bank-more-beloved/&#34; rel=&#34;nofollow&#34;&#62;http://www.thunderhead.com/hidden/how-to-make-your-bank-more-beloved/&#60;/a&#62;&#60;br /&#62;
I’ve created the fields in Gravity Forms in WordPress with these rules:&#60;/p&#62;
&#60;p&#62;elqCustomerGUID should pass to Eloqua with a blank value (value=&#34;”)&#60;br /&#62;
properties field label = elqCustomerGUID&#60;br /&#62;
advanced insert merge tag default value = &#34;&#34;&#60;br /&#62;
Yes allow field to be dynamically populated&#60;br /&#62;
Parameter name: elqCustomerGUID&#60;br /&#62;
---------------------&#60;br /&#62;
elqCookieWrite should pass to Eloqua with value=&#34;0&#34;&#60;br /&#62;
properties field label = elqCookieWrite&#60;br /&#62;
Advanced insert merge tag default value = &#34;0&#34;&#60;br /&#62;
Yes allow field to be dynamically populated&#60;br /&#62;
Parameter name: elqCookieWrite&#60;/p&#62;
&#60;p&#62;So far what I've done isn’t working, so what I’ve done is not correct.&#60;br /&#62;
What am I doing wrong?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>videomantis on "Include hyperlink of page user is currently on"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/include-hyperlink-of-page-user-is-currently-on#post-305346</link>
			<pubDate>Thu, 06 Jun 2013 03:35:48 +0000</pubDate>
			<dc:creator>videomantis</dc:creator>
			<guid isPermaLink="false">305346@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I need to create a form that will allow users to notify me if a page they are on has a broken link. &#60;/p&#62;
&#60;p&#62;Does this plugin have the ability to include the hyperlink of what physical page of my site they are on, or inform me of what page the form was sent from?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tripod0502 on "Taxonomy Selection Passes Along Additional Data"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/taxonomy-selection-passes-along-additional-data#post-241536</link>
			<pubDate>Tue, 07 May 2013 15:31:22 +0000</pubDate>
			<dc:creator>tripod0502</dc:creator>
			<guid isPermaLink="false">241536@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Second post...different question...&#60;/p&#62;
&#60;p&#62;I am running GF and the Custom Post Plugin and I've run into a bit of a problem...&#60;/p&#62;
&#60;p&#62;The template I am using implements a custom post type as a &#34;directory&#34; In this directory, the taxonomy is related to geographic locations. Atlanta, Georgia - Knoxville, Tennessee - etc.&#60;/p&#62;
&#60;p&#62;I am looking for a way to pass along additional data (GPS coordinates) related to the locations listed in the taxonomy to populate a (preferably hidden) field.&#60;/p&#62;
&#60;p&#62;So, as a user selects &#34;Atlanta, Georgia&#34; from the taxonomy drop-down...it in turn would reflect &#34;XXX.XXXX,XXX.XXXX&#34; in the location field.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>smaato on "How to change/create new field variable?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-changecreate-new-field-variable#post-54731</link>
			<pubDate>Tue, 10 Apr 2012 10:03:55 +0000</pubDate>
			<dc:creator>smaato</dc:creator>
			<guid isPermaLink="false">54731@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi GF team,&#60;/p&#62;
&#60;p&#62;I want to migrate my WPCF7 forms to GF but I need some help with the tracking. On WPCF7 I have a function that when someone lands on the website with this parameter on the URL &#34;myweb.com/?promo=mypromo&#34;, the it saves the &#34;mypromo&#34; as cookie for a 6 months period and if anyone contacts me, the &#34;mypromo&#34; comes attached.&#60;/p&#62;
&#60;p&#62;Question is, how to do this with GF. I am using GF integration with salesforce, all working smoothly btw, just this promocode thing not at all. I just don't know how to set a new variable in GF fields with the dynamic promocode call I need.&#60;/p&#62;
&#60;p&#62;This is the function I am using with WPCF7:&#60;/p&#62;
&#60;p&#62;&#38;lt;?php&#60;br /&#62;
function tracking_cookie(){&#60;br /&#62;
 if (!isset($_COOKIE['RD7cViG1mO6y'])) {&#60;br /&#62;
  setcookie('RD7cViG1mO6y',base64_encode($_GET['promo']), strtotime('+6 month'), '/', 'myweb.com');  //Tracks Promo code&#60;br /&#62;
  if (!isset($_COOKIE['qsJKX2zx3Le1'])) {&#60;br /&#62;
   setcookie('qsJKX2zx3Le1',base64_encode($_SERVER['HTTP_REFERER']),strtotime('+6 month'), '/', 'myweb.com');&#60;br /&#62;
  } //Tracks First Referrer to the website&#60;br /&#62;
 }&#60;br /&#62;
}&#60;br /&#62;
add_action('init','tracking_cookie',0);&#60;br /&#62;
wpcf7_add_shortcode( 'tracker', 'wpcf7_tracker_shortcode', true );&#60;/p&#62;
&#60;p&#62;function wpcf7_tracker_shortcode( $tag ) {&#60;br /&#62;
 global $wpcf7_contact_form;&#60;br /&#62;
 if ( ! is_array( $tag ) )&#60;br /&#62;
  return '';&#60;br /&#62;
 $name = $tag['name'];&#60;br /&#62;
 if (!isset($_COOKIE['RD7cViG1mO6y'])) {&#60;br /&#62;
  $tracker_code=$_GET['promo'];&#60;br /&#62;
 } else {&#60;br /&#62;
  $tracker_code=base64_decode($_COOKIE['RD7cViG1mO6y']);&#60;br /&#62;
 }&#60;br /&#62;
 $html = $html.'&#38;lt;input type=&#34;hidden&#34; name=&#34;'.$name.'&#34; value=&#34;'.$tracker_code.'&#34; /&#38;gt;';&#60;br /&#62;
 return $html;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;wpcf7_add_shortcode( 'referrer', 'wpcf7_referrer_shortcode', true );&#60;br /&#62;
function wpcf7_referrer_shortcode( $tag ) {&#60;br /&#62;
 global $wpcf7_contact_form;&#60;br /&#62;
 if ( ! is_array( $tag ) )&#60;br /&#62;
  return '';&#60;br /&#62;
 $name = $tag['name'];&#60;br /&#62;
 if (!isset($_COOKIE['qsJKX2zx3Le1'])) {&#60;br /&#62;
  $referrer=$_SERVER['HTTP_REFERER'];&#60;br /&#62;
 } else {&#60;br /&#62;
  $referrer=base64_decode($_COOKIE['qsJKX2zx3Le1']);&#60;br /&#62;
 }&#60;br /&#62;
 $html = $html.'&#38;lt;input type=&#34;hidden&#34; name=&#34;'.$name.'&#34; value=&#34;'.$referrer.'&#34; /&#38;gt;';&#60;br /&#62;
 return $html;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;?&#38;gt;&#60;/p&#62;
&#60;p&#62;than I set [promo_code] and [referrer_link] in WPCF7 mail and this is how I have been using.&#60;/p&#62;
&#60;p&#62;Can someone help me making this work on a GF hidden promocode field? (btw my salesforce promocode parameter is &#34;Promo_Code__c&#34;).&#60;/p&#62;
&#60;p&#62;Appreciate.&#60;br /&#62;
Hugo
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mack785 on "Error Highlighted But It&#039;s Not"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/error-highlighted-but-its-not#post-217970</link>
			<pubDate>Sun, 21 Apr 2013 19:33:41 +0000</pubDate>
			<dc:creator>mack785</dc:creator>
			<guid isPermaLink="false">217970@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Issue is similar to this:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/getting-error-but-no-highlighting-1&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/getting-error-but-no-highlighting-1&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;v 1.6.12&#60;br /&#62;
Have deactivated, uninstalled and reinstalled -- nothing.&#60;br /&#62;
Eliminated the one conditional criteria - nothing&#60;br /&#62;
Enabled/disabled ajax&#60;/p&#62;
&#60;p&#62;The form is on this page here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://sellmyfurcoat.com/sell-my-fur-on-consignment/&#34; rel=&#34;nofollow&#34;&#62;http://sellmyfurcoat.com/sell-my-fur-on-consignment/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks for any help with getting this to work!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mostlyjan on "passing &#039;affiliate id&#039; as hidden field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/passing-affiliate-id-as-hidden-field#post-213091</link>
			<pubDate>Wed, 17 Apr 2013 12:10:30 +0000</pubDate>
			<dc:creator>mostlyjan</dc:creator>
			<guid isPermaLink="false">213091@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;i am looking to do something (i thought to be) very simple but i am having a hard time finding a solution. I am hopeful you guys can end my search !&#60;/p&#62;
&#60;p&#62;i want to associate leads with their referring sites and then pass that info on as a hidden field when someone fills out a form.&#60;/p&#62;
&#60;p&#62;So Site-A sends someone to a specific landing page on our site or perhaps by using a parameter in the url (mysite.com?referrer=siteA)&#60;br /&#62;
I then want to store a cookie to always associate that lead with Site-A.&#60;br /&#62;
When they fill out the contact-us form, i want to embed the Site-A referring site as a hidden field.&#60;/p&#62;
&#60;p&#62;there are dozens of Affiliate solutions but overkill for what i am trying to do.&#60;/p&#62;
&#60;p&#62;keeping my fingers crossed and hoping there is a way to do this using your solution!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lwrkrol on "how to populate a hidden field with een other field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-populate-a-hidden-field-with-een-other-field#post-81967</link>
			<pubDate>Thu, 18 Oct 2012 06:18:47 +0000</pubDate>
			<dc:creator>lwrkrol</dc:creator>
			<guid isPermaLink="false">81967@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am trying to get an emailaddress in a hidden field in the same form using the hook on: &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_pre_submission&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_pre_submission&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;what should I be using in the line below when I want to update my hidden field input_14 with another field on my form named E-mailadres and has id 1 ?&#60;/p&#62;
&#60;p&#62; $_POST[&#34;input_14&#34;] = &#34;new value for field 14&#34;;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>THATRYAN on "Have Form Send Page Data"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/have-form-send-page-data#post-190179</link>
			<pubDate>Sat, 30 Mar 2013 00:47:34 +0000</pubDate>
			<dc:creator>THATRYAN</dc:creator>
			<guid isPermaLink="false">190179@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I want to use a form to have users sign up for events. I would like to embed the form on the pages of a certain custom post type, with standard info that will be pre-populated based on the current logged in user meta, (name, address etc) I have created custom meta for all these options already. &#60;/p&#62;
&#60;p&#62;Is it possible to have the form, not only populate with the user data, but also with the post title and other post specific information? Some will be sent in &#34;hidden&#34; form fields for processing.&#60;/p&#62;
&#60;p&#62;Does this make sense? Thank you for any help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dbergsma on "google url builder, cookies and forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/google-url-builder-cookies-and-forms#post-184392</link>
			<pubDate>Mon, 25 Mar 2013 18:48:47 +0000</pubDate>
			<dc:creator>dbergsma</dc:creator>
			<guid isPermaLink="false">184392@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;google adwords allows the creation of url strings&#60;br /&#62;
e.g. &#60;a href=&#34;http://thedivorcecompany.ca/?utm_source=google&#38;amp;utm_medium=display&#38;amp;utm_content=120x160&#38;amp;utm_campaign=Normal&#34; rel=&#34;nofollow&#34;&#62;http://thedivorcecompany.ca/?utm_source=google&#38;amp;utm_medium=display&#38;amp;utm_content=120x160&#38;amp;utm_campaign=Normal&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Wordpress ignores the url strings.&#60;/p&#62;
&#60;p&#62;I would like to capture the url string when people get to the page (I assume a cookie).&#60;/p&#62;
&#60;p&#62;I would like Gravity to allow me to populate a hidden field witht he value of a cookie.&#60;/p&#62;
&#60;p&#62;In poking around, I'm reasonably sure this is possible. The problem -- it may not be possible for me and my abilities.&#60;/p&#62;
&#60;p&#62;Working on the idea that I can 'plant' a cookie, can anyone help me with a real simple way to access the cookie and place its contents in a hidden gravity field.&#60;/p&#62;
&#60;p&#62;As much as I once wrote code (they had just got rid of the card readers in the lab....), this is now over my head. I'd appreciate a reply based on KISS (keeping is simple for the stupid...:))&#60;/p&#62;
&#60;p&#62;I'm thinking this is something that a lot of folks could use.&#60;/p&#62;
&#60;p&#62;Cheers&#60;br /&#62;
Dean
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jmucci on "passing a calculated value to redirect"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/passing-a-calculated-value-to-redirect#post-171344</link>
			<pubDate>Thu, 14 Mar 2013 13:36:50 +0000</pubDate>
			<dc:creator>jmucci</dc:creator>
			<guid isPermaLink="false">171344@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;HI,&#60;/p&#62;
&#60;p&#62;I am new to gravity forms.  I have been able to use redirect with Pass Field Data Via Query String.  However,  I have a multistep process, where in the first page i do a curl call to a third party api which returns an id.  I need to pass that id to the next page.  I even created a hidden variable on both forms.  However, I don't know how to add that id to hidden variable. Thanks for your help.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
