<?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: Total being multiplied</title>
		<link>https://legacy.forums.gravityhelp.com/topic/total-being-multiplied</link>
		<description>Gravity Support Forums Topic: Total being multiplied</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 10:19:35 +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/total-being-multiplied" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Total being multiplied"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/total-being-multiplied#post-203524</link>
			<pubDate>Wed, 10 Apr 2013 04:52:15 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">203524@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You're welcome.  Good luck.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kristinheffley on "Total being multiplied"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/total-being-multiplied#post-202838</link>
			<pubDate>Tue, 09 Apr 2013 15:57:05 +0000</pubDate>
			<dc:creator>kristinheffley</dc:creator>
			<guid isPermaLink="false">202838@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yea the client says that her clients will never do that. This is a private link and the days events have been explained to them.  &#60;/p&#62;
&#60;p&#62;Thanks Chris!&#60;br /&#62;
Appreciate the help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Total being multiplied"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/total-being-multiplied#post-202826</link>
			<pubDate>Tue, 09 Apr 2013 15:41:58 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">202826@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Seems to work.  You still have the issue of someone checking all the boxes, but since it could only ever cost them &#60;strong&#62;extra&#60;/strong&#62; money, I doubt that is a concern.  Glad you have that working to your satisfaction.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kristinheffley on "Total being multiplied"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/total-being-multiplied#post-202823</link>
			<pubDate>Tue, 09 Apr 2013 15:36:14 +0000</pubDate>
			<dc:creator>kristinheffley</dc:creator>
			<guid isPermaLink="false">202823@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Chris,  I think I may have accomplished too , but without having to change the CSS.&#60;/p&#62;
&#60;p&#62;I too added a product of $0.00 but selected the Hidden option, and then the classes as option related to this product. It seems to all work without having to change any code. The grading option is now not related to a product and totals up on its own. &#60;/p&#62;
&#60;p&#62;Does this make sense? Can you see any issue with it? (The client hated the layout of the other way we tried).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Total being multiplied"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/total-being-multiplied#post-202732</link>
			<pubDate>Tue, 09 Apr 2013 13:57:10 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">202732@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I had to think about this a little differently., because checkboxes are not available for product fields.  So I added a product I will never show, and attach all the sessions as options to that product. The product has zero dollars for the price. The options have $150 each for the price.  Then, I have a product with a cost of -$100 which is shown conditionally only when all 4 sessions are purchased.&#60;/p&#62;
&#60;p&#62;Then I added another product with an open quantity field, for the paper grading product, for $60 each. That will be added to the total as well.&#60;/p&#62;
&#60;p&#62;I hid the first product (the one with zero dollar price) using this CSS added to my theme's stylesheet:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper li#field_383_1 {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You will have to change the form ID (383) and field ID (1) to the id of the  field as it appears in your form.  You can view the source of the page to find out the id of the field to hide, or you can use a tool like Firebug to pinpoint the ID.&#60;/p&#62;
&#60;p&#62;You can download my sample form here:  &#60;a href=&#34;http://pastebin.com/download.php?i=iNharead&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/download.php?i=iNharead&#60;/a&#62; That is a direct download link.  Rename the file with an xml extension (not txt) and you will be able to import it into your Gravity Forms installation.&#60;/p&#62;
&#60;p&#62; Install that and see how it's configured and if it will work for you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kristinheffley on "Total being multiplied"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/total-being-multiplied#post-201679</link>
			<pubDate>Mon, 08 Apr 2013 21:56:34 +0000</pubDate>
			<dc:creator>kristinheffley</dc:creator>
			<guid isPermaLink="false">201679@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Chris that makes more sense. I have changed it accordingly. &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;https://www.mywineknow.com/class-registration-private/&#34; rel=&#34;nofollow&#34;&#62;https://www.mywineknow.com/class-registration-private/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Is there a way to make these option a checkbox? That is the reason I went with the option set up as I wanted the user to pick which of the sessions they would like to attend. It now works with the &#34;qty field&#34; but from a ux point of view there shouldn't be an option for the user to add 2 of one session into the cart. Going to the options and disabling the quantity just adds it to the cart automatically. &#60;/p&#62;
&#60;p&#62;Neill
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Total being multiplied"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/total-being-multiplied#post-201629</link>
			<pubDate>Mon, 08 Apr 2013 21:18:50 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">201629@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You have the form built incorrectly.  The classes should be products and I believe the paper should be a product as well.  Options always modify the price of the product. Your paper should not be modifying the price of a class.&#60;/p&#62;
&#60;p&#62;I'm not even sure how this can work the way you have it set up.  I don't think you need options at all.  I believe you should be using only products. The classes are products, and the paper is a product.  Please take another shot at building this form with only products, or let us know why you believe you need to use options in this form.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kristinheffley on "Total being multiplied"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/total-being-multiplied#post-201520</link>
			<pubDate>Mon, 08 Apr 2013 18:19:11 +0000</pubDate>
			<dc:creator>kristinheffley</dc:creator>
			<guid isPermaLink="false">201520@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi There, &#60;/p&#62;
&#60;p&#62;I'm having an issue with the form here: &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;https://www.mywineknow.com/class-registration-private/&#34; rel=&#34;nofollow&#34;&#62;https://www.mywineknow.com/class-registration-private/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The way the form is set up is that the user will choose one of the classes as an option, and then based on the class they choose they will also add paper grading. I've just noticed however that if the user chooses any or many of the classes and then adds the quantity 2 or more to the theory paper grading, it will multiply the total rather then just adding a quantity of 2 or more to the total. &#60;/p&#62;
&#60;p&#62;Neill
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
