<?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: add tax in the total if the drop down abc</title>
		<link>https://legacy.forums.gravityhelp.com/topic/add-tax-in-the-total-if-the-drop-down-abc</link>
		<description>Gravity Support Forums Topic: add tax in the total if the drop down abc</description>
		<language>en-US</language>
		<pubDate>Fri, 17 Apr 2026 08:07:45 +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/add-tax-in-the-total-if-the-drop-down-abc" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "add tax in the total if the drop down abc"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-tax-in-the-total-if-the-drop-down-abc#post-93702</link>
			<pubDate>Tue, 20 Nov 2012 21:04:57 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">93702@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You should be able to set the value in the $_POST even when there is nothing submitted.  However, we will need to see how you're doing it.  Please show your code.&#60;/p&#62;
&#60;p&#62;Also, if you are certain you cannot set a value unless the ['input_11&#34;] is in the $_POST, you could always set it to something ridiculous in the form, then test for that value in your gform_pre_submission filter function.  Like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[php]
if($_POST[&#38;quot;input_11&#38;quot;] == &#38;quot;9999&#38;quot;) {
    $_POST[&#38;quot;input_11&#38;quot;] = &#38;quot;100&#38;quot;;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;But I believe you should not need to resort to that.  Please show your code and maybe we can see why it's not working.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Enrico on "add tax in the total if the drop down abc"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-tax-in-the-total-if-the-drop-down-abc#post-93321</link>
			<pubDate>Tue, 20 Nov 2012 01:22:56 +0000</pubDate>
			<dc:creator>Enrico</dc:creator>
			<guid isPermaLink="false">93321@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;yup i figured it out&#60;br /&#62;
another question, is it possible to place/set a value of a number box even if it not populated.&#60;/p&#62;
&#60;p&#62;for example,&#60;br /&#62;
my Number box is only populated when the above drop down have &#34;abc&#34;. but if the value is not abc i do not want to show but still i want to place another value to it.&#60;br /&#62;
Currently i am using gform_pre_submission_filter_xx filter. andod i want to place some value if the drop down does not contact abc.&#60;/p&#62;
&#60;p&#62;	$_POST[&#34;input_11&#34;] = &#34;100&#34;;&#60;br /&#62;
not working because i think this post is not even set as on the form it is not populated. what do you suggest in this situation?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "add tax in the total if the drop down abc"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-tax-in-the-total-if-the-drop-down-abc#post-93274</link>
			<pubDate>Mon, 19 Nov 2012 23:33:31 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">93274@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The field which holds the calculation should have conditional logic enabled, and only include this field in the form if the value of the drop down is &#34;abc&#34;.  Have you already tried that?   The &#34;Enable Conditional Logic&#34; checkbox is on the Advanced tab of the form field.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Enrico on "add tax in the total if the drop down abc"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-tax-in-the-total-if-the-drop-down-abc#post-93260</link>
			<pubDate>Mon, 19 Nov 2012 23:06:01 +0000</pubDate>
			<dc:creator>Enrico</dc:creator>
			<guid isPermaLink="false">93260@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks C,&#60;br /&#62;
yes the calculation works but i need to calculate this tax only if the other drop down value = abc&#60;/p&#62;
&#60;p&#62;how can i add this check?&#60;br /&#62;
please suggest thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "add tax in the total if the drop down abc"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-tax-in-the-total-if-the-drop-down-abc#post-93131</link>
			<pubDate>Mon, 19 Nov 2012 17:31:10 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">93131@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Add a number field and make it a calculation.  Have the formula be the drop down field value times 0.10.  Then make that field conditional upon the value of the drop down.  That should add 10% to the cost of the product in the drop down.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Enrico on "add tax in the total if the drop down abc"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-tax-in-the-total-if-the-drop-down-abc#post-93092</link>
			<pubDate>Mon, 19 Nov 2012 15:37:04 +0000</pubDate>
			<dc:creator>Enrico</dc:creator>
			<guid isPermaLink="false">93092@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;I have a drop down having 2 values (abc, xvz) and a Total price box showans values. i want to add 10% tax in total price if someone selects abc.&#60;/p&#62;
&#60;p&#62;any idea how can i do that?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
