<?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: Adding an Additional Percentage % to the Total</title>
		<link>https://legacy.forums.gravityhelp.com/topic/adding-an-additional-percentage-to-the-total</link>
		<description>Gravity Support Forums Topic: Adding an Additional Percentage % to the Total</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 16:19:11 +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/adding-an-additional-percentage-to-the-total" rel="self" type="application/rss+xml" />

		<item>
			<title>bozzmedia on "Adding an Additional Percentage % to the Total"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adding-an-additional-percentage-to-the-total#post-48481</link>
			<pubDate>Mon, 06 Feb 2012 16:36:10 +0000</pubDate>
			<dc:creator>bozzmedia</dc:creator>
			<guid isPermaLink="false">48481@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for sharing this, I'm working on a similar project.  &#60;/p&#62;
&#60;p&#62;It would be great to see percentage and other math functions incorporated into the form admin interface!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hypergolica on "Adding an Additional Percentage % to the Total"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adding-an-additional-percentage-to-the-total#post-48421</link>
			<pubDate>Mon, 06 Feb 2012 08:38:37 +0000</pubDate>
			<dc:creator>hypergolica</dc:creator>
			<guid isPermaLink="false">48421@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Okay, here is the solution I followed that worked:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/adding-paypal-transaction-fee&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/adding-paypal-transaction-fee&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Also, it's worth noting that when adding Carl's code in the function.php file that it should come before the closing php tag at the end of the file.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hypergolica on "Adding an Additional Percentage % to the Total"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adding-an-additional-percentage-to-the-total#post-48419</link>
			<pubDate>Mon, 06 Feb 2012 08:01:06 +0000</pubDate>
			<dc:creator>hypergolica</dc:creator>
			<guid isPermaLink="false">48419@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hmmmm, not having any luck.  I've also tried Carl's solution listed here:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/adding-tax-percentage-to-total&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/adding-tax-percentage-to-total&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;But it looks to me like the code mentioned here is erroneous:&#60;br /&#62;
&#60;a href=&#34;http://pastie.org/2102201&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/2102201&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;When I add that to my functions.php file, I get an error.  Is it because the &#60;code&#62;?&#38;gt;&#60;/code&#62; for the second PHP code line is missing?&#60;/p&#62;
&#60;p&#62;Please help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hypergolica on "Adding an Additional Percentage % to the Total"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adding-an-additional-percentage-to-the-total#post-48418</link>
			<pubDate>Mon, 06 Feb 2012 07:36:24 +0000</pubDate>
			<dc:creator>hypergolica</dc:creator>
			<guid isPermaLink="false">48418@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ah, is this the current solution?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/add-surcharge-to-the-total-on-form&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/add-surcharge-to-the-total-on-form&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hypergolica on "Adding an Additional Percentage % to the Total"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adding-an-additional-percentage-to-the-total#post-48417</link>
			<pubDate>Mon, 06 Feb 2012 07:22:42 +0000</pubDate>
			<dc:creator>hypergolica</dc:creator>
			<guid isPermaLink="false">48417@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, I need to add a surcharge percentage to the Total amount.  So if the total were $100, then I need to be able to automatically add 2.75% and have it be $102.75&#60;/p&#62;
&#60;p&#62;Does this link here explain the easiest way to do this:&#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;Or is there an easier way?&#60;/p&#62;
&#60;p&#62;Please advise.  Thank you.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
