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

		<item>
			<title>ehong33234 on "Variable Pricing Multiplier Option Instead of Fixed Price"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/variable-pricing-multiplier-option-instead-of-fixed-price#post-89074</link>
			<pubDate>Fri, 09 Nov 2012 02:49:55 +0000</pubDate>
			<dc:creator>ehong33234</dc:creator>
			<guid isPermaLink="false">89074@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am using GF for a print shop site and the scenario I am facing is that the type of material the customer chooses (i.e. glossy paper or satin paper) significantly impacts the total price. However, I am only given - as far as I know - a fixed price option, which doesn't work since the size of the print also impacts the final price. Currently, the customer inputs the WIDTH and HEIGHT of their print, which gives me the sub-total but from there, I would like to use that WIDTH and HEIGHT sub-total to come up with a final price based on the material choice (set at a price multiplier). &#60;/p&#62;
&#60;p&#62;For instance, if the customer selects the more expensive Satin Paper, I need for the price calculation to be a multiplier (not a fixed added cost) since the price of Satin costs much more than regular glossy. I see the +/- pricing options but that doesn't help me much because I can only put in a fixed price. Someone ordering a small poster that is 2x2&#34; shouldn't have to pay the same fixed cost as someone ordering a 10x20' sign. &#60;/p&#62;
&#60;p&#62;Also, I was looking at the PRODUCT field and setting it to CALCULATOR but this doesn't quite do what I am looking for.&#60;/p&#62;
&#60;p&#62;THANKS FOR ANY/ALL HELP! All solutions and suggestions welcome!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cdolan on "Forms hidden after load"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/forms-hidden-after-load#post-257816</link>
			<pubDate>Fri, 17 May 2013 11:25:46 +0000</pubDate>
			<dc:creator>cdolan</dc:creator>
			<guid isPermaLink="false">257816@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've updated to the latest version, and a bit of an interesting error - of my 4 forms loaded onto the page, 3 are being hidden after page load.&#60;/p&#62;
&#60;p&#62;Any idea what could be doing this? I feel like its a javascript/jquery load, but I honestly can't pin-point this one. &#60;/p&#62;
&#60;p&#62;Also, I think the ones that are hidden have some sort of conditional formatting, and the one that is visible is just 'basic'.&#60;/p&#62;
&#60;p&#62;See the page here: &#60;a href=&#34;http://sequoiawaste.com/opportunities/&#34; rel=&#34;nofollow&#34;&#62;http://sequoiawaste.com/opportunities/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jacko_162 on "hide a field that uses formula"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hide-a-field-that-uses-formula#post-124517</link>
			<pubDate>Thu, 17 Jan 2013 13:35:27 +0000</pubDate>
			<dc:creator>Jacko_162</dc:creator>
			<guid isPermaLink="false">124517@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;i have a form that calculates a width input &#38;amp; Height Input.&#60;/p&#62;
&#60;p&#62;It then calculates area and multiplies it by the selected material option.&#60;/p&#62;
&#60;p&#62;i then add this formula to a &#34;product field&#34; and this seems to give me my correct values on the Total before i add it to my woocommerce basket.&#60;/p&#62;
&#60;p&#62;What i wanted to know is how do i hide the &#34;product field ID 19&#34; from customers view, yet remain operational in its formula calculations.&#60;/p&#62;
&#60;p&#62;i tried &#60;code&#62;.hidden {visibility: hidden!important; }&#60;/code&#62; in my wordpress themes custom .css file but its still visable, if i use conditional logic for something bizar like &#60;code&#62;if total area = 999999999&#60;/code&#62; but then the calculations dont give me the correct values but it hides the field.&#60;/p&#62;
&#60;p&#62;am i doing something wrong here?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>baskett on "Conditional Shortcode in Page Post"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-shortcode-in-page-post#post-246690</link>
			<pubDate>Fri, 10 May 2013 17:17:05 +0000</pubDate>
			<dc:creator>baskett</dc:creator>
			<guid isPermaLink="false">246690@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I would like to be able to use a conditional shortcode in a page post, but apparently it does not work in posts? only notifications and confirmation messages? Im not sure what &#34;content of Admin&#34; is exactly. &#60;/p&#62;
&#60;p&#62;For example I have a hidden field &#34;who&#34; that is populated by a GET variable &#34;who&#34;. if &#34;who&#34; equals &#34;test&#34; then I want to show a block of text in the page post, so I tried this in the page content:&#60;/p&#62;
&#60;p&#62;[gravityforms action=&#34;conditional&#34; merge_tag=&#34;{Hidden Field:11}&#34; condition=&#34;is&#34; value=&#34;test&#34;]Content you would like to conditionally display.[/gravityforms]&#60;/p&#62;
&#60;p&#62;But it does not show, yet I do see that the hidden field is indeed populated correctly by the $_GET variable. Does the above conditional shortcode not work in page posts? If not, can you move this over to feature requests?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Bnpositive on "Field Not Displaying Until Something Else is Clicked (But no Conditional Logic)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-not-displaying-until-something-else-is-clicked-but-no-conditional-logic#post-241542</link>
			<pubDate>Tue, 07 May 2013 15:36:33 +0000</pubDate>
			<dc:creator>Bnpositive</dc:creator>
			<guid isPermaLink="false">241542@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've got a form that has a payment options field that's a radio button list. The problem is that field doesn't display on the form until one of the other form fields is checked. It's acting like there's a conditional logic setting configured, but nothing is set. &#60;/p&#62;
&#60;p&#62;Can't figure out why it's happening. Has anyone seen this before?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mostlyjan on "Embedding Wordpress User ID"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/embedding-wordpress-user-id#post-232425</link>
			<pubDate>Wed, 01 May 2013 15:57:49 +0000</pubDate>
			<dc:creator>mostlyjan</dc:creator>
			<guid isPermaLink="false">232425@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi there,&#60;br /&#62;
I bought the regular license. How do i embed the WordPress user ID of the person submitting a form?&#60;br /&#62;
All our forms will require that people are logged in. I want to pass the submitter's wordpress ID to verify that they are who they say they are.&#60;br /&#62;
thanks!
&#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>studioleland on "User Registration + Paypal Subscription mashup help"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-registration-paypal-subscription-mashup-help#post-101588</link>
			<pubDate>Wed, 12 Dec 2012 08:04:24 +0000</pubDate>
			<dc:creator>studioleland</dc:creator>
			<guid isPermaLink="false">101588@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am developing a site with the user registration + paypal subscription addon.  I have several  wp roles associated with pricing and various author permissions.  &#60;/p&#62;
&#60;p&#62;1. How does the renewal work for this?&#60;br /&#62;
2. If the subscription expires or is cancelled is there a renewal notification template I can drop on my author pages to allow the account holder to renew with another form?&#60;br /&#62;
3. Do I need to create a baseline &#34;expired&#34; role type with zero permissions just to maintain the account after subscriptions expire or are cancelled to allow the user to renew?&#60;br /&#62;
4. Can I conditionally check for subscription status and offer renewal somehow on author profile page?&#60;/p&#62;
&#60;p&#62;I haven't been able to find much documentation for these instances. Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Bob Czubiak on "Quantity Option for Checkbox"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/quantity-option-for-checkbox#post-157053</link>
			<pubDate>Thu, 28 Feb 2013 16:16:56 +0000</pubDate>
			<dc:creator>Bob Czubiak</dc:creator>
			<guid isPermaLink="false">157053@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have this monster form that I've created using gravity forms.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://happiness.behladesign.com/build-a-package/&#34; rel=&#34;nofollow&#34;&#62;http://happiness.behladesign.com/build-a-package/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;After the client saw it, he wanted to add a quantity option for each item.&#60;/p&#62;
&#60;p&#62;I'd like to make it so that if a user clicks the checkbox, then a quantity option shows and the person can add the quantity they need for that item.&#60;/p&#62;
&#60;p&#62;The use should be able to choose more than one item too.&#60;/p&#62;
&#60;p&#62;Do you have any ideas on how I can do this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>karenalenore on "Do not mail hidden fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/do-not-mail-hidden-fields#post-149367</link>
			<pubDate>Mon, 18 Feb 2013 12:35:49 +0000</pubDate>
			<dc:creator>karenalenore</dc:creator>
			<guid isPermaLink="false">149367@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have several fields (Admin only) that I do NOT want included in the notifications email (even teh admin notification).  I want the admin to have to login for those values.  I am just using the all_fields tag and it is great how it formats, skips blank fields, and maps for addresses, etc.  Is there  a way to flag a field to not be included in the emails?  I really don't want to manually setup a notification email and try to get all that custom formatting in there.  Ideas?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
