<?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: hide a field that uses formula</title>
		<link>https://legacy.forums.gravityhelp.com/topic/hide-a-field-that-uses-formula</link>
		<description>Gravity Support Forums Topic: hide a field that uses formula</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:14:50 +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/hide-a-field-that-uses-formula" rel="self" type="application/rss+xml" />

		<item>
			<title>aboixet on "hide a field that uses formula"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hide-a-field-that-uses-formula#post-250960</link>
			<pubDate>Mon, 13 May 2013 14:01:18 +0000</pubDate>
			<dc:creator>aboixet</dc:creator>
			<guid isPermaLink="false">250960@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi!&#60;/p&#62;
&#60;p&#62;The last code works perfectly, but and to hide it from cart??&#60;/p&#62;
&#60;p&#62;thanks!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "hide a field that uses formula"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hide-a-field-that-uses-formula#post-145367</link>
			<pubDate>Sun, 10 Feb 2013 00:33:27 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">145367@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I would not hide it with the &#34;display:none&#34; CSS since that removes it from the calculations as well.  How about moving it off the page so it's not visible.  Something like this applied to the class (gf_offpage as an example here) you add to the fields you don't want visible:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper .gf_offpage {
   position: absolute !important;
   top: -9999px !important;
   left: -9999px !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>ehong33234 on "hide a field that uses formula"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hide-a-field-that-uses-formula#post-145268</link>
			<pubDate>Sat, 09 Feb 2013 17:57:29 +0000</pubDate>
			<dc:creator>ehong33234</dc:creator>
			<guid isPermaLink="false">145268@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes please! Can someone help with the custom CSS code to hide a certain field? Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>photooseu on "hide a field that uses formula"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hide-a-field-that-uses-formula#post-134952</link>
			<pubDate>Tue, 29 Jan 2013 06:56:53 +0000</pubDate>
			<dc:creator>photooseu</dc:creator>
			<guid isPermaLink="false">134952@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for your explanation David. &#60;/p&#62;
&#60;p&#62;If this isn't possible then the only solution is to hide the price field in the css file.&#60;br /&#62;
I'm not good at coding css files. Maybe there is somebody that could help me out hiding the price in the css.&#60;/p&#62;
&#60;p&#62;Many thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "hide a field that uses formula"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hide-a-field-that-uses-formula#post-134385</link>
			<pubDate>Mon, 28 Jan 2013 20:45:20 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">134385@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Gravity Forms was never meant to be a fully fledged e-commerce system and so there are compromises that must be made if you want to use our functionality. &#60;/p&#62;
&#60;p&#62;Calculations are done through JavaScript and so you can't hide it on the page or it hides it from JavaScript and then doesn't work.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>photooseu on "hide a field that uses formula"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hide-a-field-that-uses-formula#post-134317</link>
			<pubDate>Mon, 28 Jan 2013 19:29:31 +0000</pubDate>
			<dc:creator>photooseu</dc:creator>
			<guid isPermaLink="false">134317@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Interesting topic. I tried all in this topic and nothing worked out. I was able to hide the calculation field but then nothing was calculating anymore.&#60;/p&#62;
&#60;p&#62;Hope someone has a solution. Calculation hiding with numbers works but not with price fields.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>chino on "hide a field that uses formula"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hide-a-field-that-uses-formula#post-131635</link>
			<pubDate>Fri, 25 Jan 2013 17:24:30 +0000</pubDate>
			<dc:creator>chino</dc:creator>
			<guid isPermaLink="false">131635@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;can't think exactly but if you made the div 0px high and wide and did overflow: hidden; does that do the same thing as display: hidden?&#60;/p&#62;
&#60;p&#62;funny, i'm creating the same sort of site as you are. running into percentages problem.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ehong33234 on "hide a field that uses formula"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hide-a-field-that-uses-formula#post-130691</link>
			<pubDate>Thu, 24 Jan 2013 20:35:39 +0000</pubDate>
			<dc:creator>ehong33234</dc:creator>
			<guid isPermaLink="false">130691@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Very interesting information and I am looking for a solution for this as well.&#60;/p&#62;
&#60;p&#62;Please keep this thread open, 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-124563</link>
			<pubDate>Thu, 17 Jan 2013 14:34:26 +0000</pubDate>
			<dc:creator>Jacko_162</dc:creator>
			<guid isPermaLink="false">124563@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;yes good idea,&#60;/p&#62;
&#60;p&#62;how would i go about making the class and calling it for future form elements&#60;/p&#62;
&#60;p&#62;at the moment my custom .css file contains;&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;body .gform_wrapper li#field_3_19 {
    color: #FFFFFF;
}
.gform_wrapper span.ginput_product_price {
    color: #FFFFFF;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;can i make this small then just call the class in the advanced tab for example;    .whiteText
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "hide a field that uses formula"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hide-a-field-that-uses-formula#post-124558</link>
			<pubDate>Thu, 17 Jan 2013 14:24:06 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">124558@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I was going off your first information that hiding it did not work.  I did not think a hidden field would work in a calculation.&#60;/p&#62;
&#60;p&#62;Making it white on white, or a smaller font, or moving it off the page was going to be my next suggestion.&#60;/p&#62;
&#60;p&#62;Did you have a question about applying it to more fields or were you just showing how you did it?&#60;/p&#62;
&#60;p&#62;If you are going to hide more information by making the text white on white, I would give those fields a custom CSS class (on the advanced tab of that field in the form builder) and then modify your CSS to target fields with that class.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
