<?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: Can we calculate tax by state?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/can-we-calculate-tax-by-state</link>
		<description>Gravity Support Forums Topic: Can we calculate tax by state?</description>
		<language>en-US</language>
		<pubDate>Wed, 15 Apr 2026 01:54:40 +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/can-we-calculate-tax-by-state" rel="self" type="application/rss+xml" />

		<item>
			<title>lwtrumpet on "Can we calculate tax by state?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/can-we-calculate-tax-by-state#post-93548</link>
			<pubDate>Tue, 20 Nov 2012 12:23:58 +0000</pubDate>
			<dc:creator>lwtrumpet</dc:creator>
			<guid isPermaLink="false">93548@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks! I like Jonathan's solution, but I don't think my client will go for it.  For now I'll recreate the address fields.  This would be a great feature improvement for the plugin.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Can we calculate tax by state?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/can-we-calculate-tax-by-state#post-92466</link>
			<pubDate>Sat, 17 Nov 2012 23:38:49 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">92466@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm sure there is a way but I've never looked into it.  It would require custom code to do it.&#60;/p&#62;
&#60;p&#62;Did you see Jonathan's solution which he posted here?&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/conditional-logic-based-on-state#post-92419&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/conditional-logic-based-on-state#post-92419&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>matsilva on "Can we calculate tax by state?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/can-we-calculate-tax-by-state#post-92437</link>
			<pubDate>Sat, 17 Nov 2012 20:17:58 +0000</pubDate>
			<dc:creator>matsilva</dc:creator>
			<guid isPermaLink="false">92437@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I think the only issue with that is recreating the entire address block to look like the advanced address block might be difficult.&#60;/p&#62;
&#60;p&#62;Is there no way to pull the logic from the address field from the PayPal Pro add-on?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Can we calculate tax by state?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/can-we-calculate-tax-by-state#post-92248</link>
			<pubDate>Sat, 17 Nov 2012 03:48:14 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">92248@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;From David's earlier reply, it sounds like to be available in a drop down for conditional logic that you will need to use a drop down of state values rather than the state portion of the address block.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lwtrumpet on "Can we calculate tax by state?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/can-we-calculate-tax-by-state#post-91933</link>
			<pubDate>Fri, 16 Nov 2012 11:11:09 +0000</pubDate>
			<dc:creator>lwtrumpet</dc:creator>
			<guid isPermaLink="false">91933@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I need to calculate the same thing. However, I use the Advanced Address Field and state isn't an option in the drop-down menu. What are my options?&#60;br /&#62;
Can you do this when you're using the Advanced Address field?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>taropaa on "Can we calculate tax by state?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/can-we-calculate-tax-by-state#post-91527</link>
			<pubDate>Thu, 15 Nov 2012 13:13:55 +0000</pubDate>
			<dc:creator>taropaa</dc:creator>
			<guid isPermaLink="false">91527@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;i, I looked into this as well. Here is how I solved the whole tax issue without hacking at the plugin:&#60;/p&#62;
&#60;p&#62;I added a product, removed the quantity field and set the type to calculation. That is how I get one type of tax calculated. The formula I set is ({Select your Table:2}*{Number of Tables:4})*0.13 &#60;/p&#62;
&#60;p&#62;In this example the table is the product and the number of tables is the quantity.&#60;br /&#62;
The result is an extra item that is the tax, so you don't really need any crazy mods to the plugin. &#60;/p&#62;
&#60;p&#62;Also, for state specific taxes, add one such product field per state and use conditional logic to bind it to the states (such as &#34;if state is California then display field&#34; that would be the conditional logic for the California tax product). &#60;/p&#62;
&#60;p&#62;That way taxes show up as a separate entry in your DB. &#60;/p&#62;
&#60;p&#62;Hopefully it makes sense, it fixed my issue within 5 minutes, and didn't even have to get my hands dirty.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Can we calculate tax by state?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/can-we-calculate-tax-by-state#post-89342</link>
			<pubDate>Fri, 09 Nov 2012 16:12:33 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">89342@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you give me information on where you are getting stuck? If you create a product field that is a calculation and is conditionally displayed based on state selection, does that not work? You mentioned you wanted it for California, so can you test against that? I'm assuming the issue lies in that you are comparing against the state in a complex address field, versus a dropdown loaded with state options?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>matsilva on "Can we calculate tax by state?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/can-we-calculate-tax-by-state#post-88044</link>
			<pubDate>Tue, 06 Nov 2012 16:45:55 +0000</pubDate>
			<dc:creator>matsilva</dc:creator>
			<guid isPermaLink="false">88044@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am attempting to calculate tax by the state which the user selects from the shipping address using your PayPal Pro add-on.&#60;/p&#62;
&#60;p&#62;The information here &#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; was a little vague because the merge tags may not work so well when you have multi choices items that are separate options. Or I could just have the formula incorrect.&#60;/p&#62;
&#60;p&#62;Is this possible?  I only want to charge tax when someone's shipping address is in California.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
