<?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: Changing Pricing Based on Form Selections</title>
		<link>https://legacy.forums.gravityhelp.com/topic/changing-pricing-based-on-form-selections</link>
		<description>Gravity Support Forums Topic: Changing Pricing Based on Form Selections</description>
		<language>en-US</language>
		<pubDate>Wed, 22 Apr 2026 04:35:13 +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/changing-pricing-based-on-form-selections" rel="self" type="application/rss+xml" />

		<item>
			<title>abinkley on "Changing Pricing Based on Form Selections"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-pricing-based-on-form-selections#post-59895</link>
			<pubDate>Tue, 22 May 2012 13:20:10 +0000</pubDate>
			<dc:creator>abinkley</dc:creator>
			<guid isPermaLink="false">59895@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That works! I'm sure I'll have more questions as I go, but I really appreciate all the help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Changing Pricing Based on Form Selections"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-pricing-based-on-form-selections#post-59854</link>
			<pubDate>Tue, 22 May 2012 11:19:24 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">59854@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Actually, you can use the gf_hidden class and apply that to your field that you want hidden (it will be in the Advanced Tab of the field editor). Then you won't have to worry about adding any custom CSS. Sorry I didn't think of that before, but that will be much easier. :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>abinkley on "Changing Pricing Based on Form Selections"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-pricing-based-on-form-selections#post-59853</link>
			<pubDate>Tue, 22 May 2012 11:15:40 +0000</pubDate>
			<dc:creator>abinkley</dc:creator>
			<guid isPermaLink="false">59853@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks so much.  So this goes into my theme's style sheet?  Unfortunately my CSS is awful... so if I've inspected (which I can do), my class is gfield and and my field ID is 122 what is the CSS I would put into my style sheet?  Really appreciate the awesome support!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Changing Pricing Based on Form Selections"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-pricing-based-on-form-selections#post-59621</link>
			<pubDate>Mon, 21 May 2012 10:48:28 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">59621@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Right on man, glad to see you are getting this going! So instead of using the &#34;admin only&#34;, you might want to resort to hiding the field with CSS via display:none. You can inspect the field via chrome dev tools or firebug for firefox and ID the field (each field has it's own unique ID). You could also create a class as well to add to each field, if there are multiples and target that class to hide them.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>abinkley on "Changing Pricing Based on Form Selections"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-pricing-based-on-form-selections#post-59620</link>
			<pubDate>Mon, 21 May 2012 10:43:57 +0000</pubDate>
			<dc:creator>abinkley</dc:creator>
			<guid isPermaLink="false">59620@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Just an update on this.  I have been able to use a calculation field and show the correct tier via conditional logic.  However, I would like to hide the calculation from the user's view.  When I check &#34;admin only&#34; on Visibility that also removes the appropriate tier from view.  Is there a way to hide the calculation, but still have it activate the conditional logic of the pricing tier?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>abinkley on "Changing Pricing Based on Form Selections"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-pricing-based-on-form-selections#post-59566</link>
			<pubDate>Sun, 20 May 2012 18:58:38 +0000</pubDate>
			<dc:creator>abinkley</dc:creator>
			<guid isPermaLink="false">59566@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Interesting, that would be fantastic.  The form is at &#60;a href=&#34;http://www.getfitpack.com/join-fitpack&#34; rel=&#34;nofollow&#34;&#62;http://www.getfitpack.com/join-fitpack&#60;/a&#62;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Changing Pricing Based on Form Selections"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-pricing-based-on-form-selections#post-59564</link>
			<pubDate>Sun, 20 May 2012 18:53:59 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">59564@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Alex, it sounds like you should be able to achieve this via our calculation fields. Then based on that calculated field result - show the correct tier via conditional logic. Do you have a link to this form?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>abinkley on "Changing Pricing Based on Form Selections"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-pricing-based-on-form-selections#post-59538</link>
			<pubDate>Sun, 20 May 2012 12:48:05 +0000</pubDate>
			<dc:creator>abinkley</dc:creator>
			<guid isPermaLink="false">59538@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;My form has fields for purchasers to tell me how long they do an activity each day and then has tiered pricing based on the number of hours of activity they do each week.  Right now I have the purchaser complete the daily activity fields and then choose the pricing option that matches to their weekly hours (so they have to do the calculation themselves).  Is there a way to instead attach values to the daily activity fields, which would then calculate the weekly amount, and put the purchaser into the correct pricing tier automatically?&#60;/p&#62;
&#60;p&#62;Example:  Purchaser chooses Monday: 1hr (value = 1), Tuesday: 30min (value = 0.5), Wednesday 90min (value = 1.5), Thursday 2hrs (value = 2), Nothing Friday, Saturday, Sunday, This would calculate to 5 and would put the purchaser in the pricing tier of 5-7.&#60;/p&#62;
&#60;p&#62;Thanks!&#60;/p&#62;
&#60;p&#62;Alex
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
