<?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: TAX ISSUES!!!</title>
		<link>https://legacy.forums.gravityhelp.com/topic/tax-issues</link>
		<description>Gravity Support Forums Topic: TAX ISSUES!!!</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 06:46:51 +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/tax-issues" rel="self" type="application/rss+xml" />

		<item>
			<title>David Peralty on "TAX ISSUES!!!"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/tax-issues#post-90228</link>
			<pubDate>Mon, 12 Nov 2012 12:46:35 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">90228@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Here is a basic one that I did that calculates 15% tax on two products.&#60;br /&#62;
&#60;a href=&#34;http://upranked.com/wp-content/uploads/2012/11/fifteenpercenttax.jpg&#34; rel=&#34;nofollow&#34;&#62;http://upranked.com/wp-content/uploads/2012/11/fifteenpercenttax.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I hope it helps.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>douganddarla on "TAX ISSUES!!!"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/tax-issues#post-90216</link>
			<pubDate>Mon, 12 Nov 2012 12:23:03 +0000</pubDate>
			<dc:creator>douganddarla</dc:creator>
			<guid isPermaLink="false">90216@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Support,&#60;/p&#62;
&#60;p&#62;Just tried this&#60;br /&#62;
_________________&#60;/p&#62;
&#60;p&#62;={:27} + {:5.2} + {:6.2} + {:7.2} + {:8.2} + {:9.2} + {12.2} + {:17.2} + {:13.2} + {:18.2} + {:14.2} + {:19.2} + {:15.2} + {:20.2} + {:16.2} * {Sales Tax (0.0825):28.2}&#60;br /&#62;
________________&#60;/p&#62;
&#60;p&#62;No luck. You see, I think the instructions are written as if we understand what you are talking about. A visual example would be worth more than 1000 words here.&#60;/p&#62;
&#60;p&#62;So, I just gave up. I can't spend anymore time with this.&#60;/p&#62;
&#60;p&#62;Thanks anyway.&#60;/p&#62;
&#60;p&#62;Doug G.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>douganddarla on "TAX ISSUES!!!"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/tax-issues#post-89273</link>
			<pubDate>Fri, 09 Nov 2012 13:18:48 +0000</pubDate>
			<dc:creator>douganddarla</dc:creator>
			<guid isPermaLink="false">89273@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I certainly see your point!&#60;/p&#62;
&#60;p&#62;Here's the page: &#60;a href=&#34;http://www.gobeldesign.com/Yummy/order-yummy-tummy-tamales/&#34; rel=&#34;nofollow&#34;&#62;http://www.gobeldesign.com/Yummy/order-yummy-tummy-tamales/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Easy - I got this part...&#60;br /&#62;
1. If you would like to implement tax you can do so by using the Product Field configured as a Calculation field type. Got it! That was easy to understand.&#60;/p&#62;
&#60;p&#62;Need assistance here&#60;br /&#62;
2. Then configure the formula for the calculation to calculate the appropriate tax. Our tax rate is an additional 0.0825%, so I don't know what the formula would be… ___ x 0.0825?&#60;/p&#62;
&#60;p&#62;Need assistance here&#60;br /&#62;
2.1. You would do this by adding up the value of all of the Pricing Fields that exist on your form and then multiply them by the appropriate tax rate. &#60;/p&#62;
&#60;p&#62;I thought this was it...&#60;br /&#62;
( + {Delivery:27} + {Pork Tamales - Regular (one-dozen) (Price):5.2} + {Pork Tamales - Spicy (one-dozen) (Price):6.2} + {Beef Tamales (one-dozen) (Price):7.2} + {Chicken Tamales (one-dozen) (Price):8.2} + {Spinach &#38;amp; Cream Cheese Tamales (one-dozen) (Price):9.2} + {Killer Queso-Large (16oz) (Price):12.2} + {Killer Queso-Small (8oz) (Price):17.2} + {Fajita Chili Gravy-Large (16oz) (Price):13.2} + {Fajita Chili Gravy-Small (8oz) (Price):18.2} + {Gotta Luv It Guac’-Large (16oz) (Price):14.2} + {Gotta Luv It Guac’-Small (8oz) (Price):19.2} + {Super Salsa-Large (16oz) (Price):15.2} + {Super Salsa-Small (8oz) (Price):20.2} + {Big Bag of Tortilla Chips (Price):16.2} * {Sales Tax (0.0825):28.2})&#60;br /&#62;
but it just adds everything up BEFORE they actually add quantities.&#60;/p&#62;
&#60;p&#62;Easy - I got this part...&#60;br /&#62;
3. If tax should only be applied in certain situations, you can then use conditional logic to show or hide that field based on the conditions that must exist in order for the tax to be applied. This I get!  I use Conditional Logic all the time.&#60;/p&#62;
&#60;p&#62;Does this help explain what I'm looking for?&#60;/p&#62;
&#60;p&#62;Thank you for your time! I love Gravity Forms and this is the only time I needed help, so great job on that!&#60;/p&#62;
&#60;p&#62;Doug G.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "TAX ISSUES!!!"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/tax-issues#post-89246</link>
			<pubDate>Fri, 09 Nov 2012 12:34:00 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">89246@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Doug, there are many complexities of adding tax to a form. Which tax rate? Which products are taxable versus non-taxable? Where is tax calculated in the process of selecting a product, its options, and its shipping. These things aren't something that can be added into a button because the user interface for this would be complex. That is why we've provided the instructions above. Can you attempt to follow them, and let me know where you get stuck? Is it the calculation that is providing you difficultly? Let me know with a link to your form so I can get a sense of what hurdles you are having.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>douganddarla on "TAX ISSUES!!!"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/tax-issues#post-89225</link>
			<pubDate>Fri, 09 Nov 2012 11:32:08 +0000</pubDate>
			<dc:creator>douganddarla</dc:creator>
			<guid isPermaLink="false">89225@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This paragraph or two is leaving me lacking for how to do this. I'm not a programmer, I'm not a math wiz. That's why I bought Gravity Forms. I'm sure this is child's play for you guys, but I would like a video to show this &#34;simple&#34; method above.  Come on guys, if it's that easy, make a button for it.&#60;/p&#62;
&#60;p&#62;Gravity Forms is THE best form maker in the world, and to not have a tax button is absurd.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "TAX ISSUES!!!"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/tax-issues#post-71387</link>
			<pubDate>Thu, 16 Aug 2012 23:49:39 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">71387@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Please see this explanation from developer David Smith:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gravity_Forms_Pricing:_Adding_Tax&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gravity_Forms_Pricing:_Adding_Tax&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;There used to be a tutorial there on how to add tax to a form, but it's much simpler to do from the form builder now, by using the calculation fields.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>accessgroupmedia13 on "TAX ISSUES!!!"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/tax-issues#post-71335</link>
			<pubDate>Thu, 16 Aug 2012 13:10:15 +0000</pubDate>
			<dc:creator>accessgroupmedia13</dc:creator>
			<guid isPermaLink="false">71335@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;but can you show me step by step in detail on how to add tax.&#60;/p&#62;
&#60;p&#62;or if you guys can make a video tutorial page that would help  a lot!&#60;/p&#62;
&#60;p&#62;Im a visual person.&#60;/p&#62;
&#60;p&#62;Thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "TAX ISSUES!!!"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/tax-issues#post-71240</link>
			<pubDate>Thu, 16 Aug 2012 00:08:28 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">71240@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If you are using the PayPal add-on, PayPal can figure the tax for you.  If you're not, we can consider this a feature request.  Gravity Forms is not intended to be a full shopping cart/e-commerce solution, and as such, we have not included this feature.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>accessgroupmedia13 on "TAX ISSUES!!!"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/tax-issues#post-71227</link>
			<pubDate>Wed, 15 Aug 2012 19:54:16 +0000</pubDate>
			<dc:creator>accessgroupmedia13</dc:creator>
			<guid isPermaLink="false">71227@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;omg I am not much of a coder. would there be any possibility that you guys can just create a Button field where it can add the tax rate in which country is the user selecting. pretty much the whole lot. and also integrate UPS shipping.&#60;/p&#62;
&#60;p&#62;I am trying to build a website kind of like Vista print. but... I come to a dead end trying to figure out how i can put sales tax depending on where people live. also with shipping.&#60;/p&#62;
&#60;p&#62;please please make a field that does it all for us already. &#60;/p&#62;
&#60;p&#62;this is my site.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.accessgroupmedia.com/express-print/&#34; rel=&#34;nofollow&#34;&#62;http://www.accessgroupmedia.com/express-print/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
