<?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: Need no total function in E-Mails</title>
		<link>https://legacy.forums.gravityhelp.com/topic/need-no-total-function-in-e-mails</link>
		<description>Gravity Support Forums Topic: Need no total function in E-Mails</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 21:42:13 +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/need-no-total-function-in-e-mails" rel="self" type="application/rss+xml" />

		<item>
			<title>David Peralty on "Need no total function in E-Mails"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-no-total-function-in-e-mails#post-64626</link>
			<pubDate>Tue, 03 Jul 2012 18:00:53 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">64626@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Glad you were able to figure it out. &#60;/p&#62;
&#60;p&#62;Joseph, can you please make your own thread on the forum to get this sorted out?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>survival774 on "Need no total function in E-Mails"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-no-total-function-in-e-mails#post-64618</link>
			<pubDate>Tue, 03 Jul 2012 17:37:55 +0000</pubDate>
			<dc:creator>survival774</dc:creator>
			<guid isPermaLink="false">64618@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;My new problem is solved. I searched again in the forum and found the very easy code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
#input_1_59 {
    background-color: #E7F8FF !important;
    border: none !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Joseph on "Need no total function in E-Mails"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-no-total-function-in-e-mails#post-64571</link>
			<pubDate>Tue, 03 Jul 2012 12:10:25 +0000</pubDate>
			<dc:creator>Joseph</dc:creator>
			<guid isPermaLink="false">64571@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi David,&#60;/p&#62;
&#60;p&#62;I want to separate each of the {pricing_fields} table and input them in an HTML table sent in the final quote message. The reason is so that it can have a particular look at format...&#60;/p&#62;
&#60;p&#62;Product   &#124;    Qty   &#124;   Unit Price  &#124;  Price ex VAT  &#124;  Price inc VAT &#124;&#60;br /&#62;
_________________________________________________&#60;br /&#62;
Prod1       &#124;    10     &#124;   £10            &#124;  £100              &#124;        £120         &#124;&#60;br /&#62;
_________________________________________________&#60;br /&#62;
Prod2       &#124;    20    &#124;   £5             &#124;  £100              &#124;        £120         &#124;&#60;br /&#62;
_________________________________________________&#60;br /&#62;
                             &#124;    TOTAL     &#124;  £200             &#124;         £220        &#124;&#60;br /&#62;
                             ___________________________________&#60;/p&#62;
&#60;p&#62;Not sure if I am making sense....
&#60;/p&#62;</description>
		</item>
		<item>
			<title>survival774 on "Need no total function in E-Mails"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-no-total-function-in-e-mails#post-64569</link>
			<pubDate>Tue, 03 Jul 2012 12:07:31 +0000</pubDate>
			<dc:creator>survival774</dc:creator>
			<guid isPermaLink="false">64569@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you for your answer. I solved the problem by using a number-field with calculation for calculating the tax. Now I can use the standard total field and with this the form and the mail work both perfectly.&#60;/p&#62;
&#60;p&#62;But with this I have a new styling problem. I designed the background-color of the input fields to grey, and a special green on focus.&#60;/p&#62;
&#60;p&#62;This is my css-code für the input-fields:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper input[type=&#38;quot;text&#38;quot;], .gform_wrapper input[type=&#38;quot;url&#38;quot;], .gform_wrapper input[type=&#38;quot;email&#38;quot;], .gform_wrapper input[type=&#38;quot;tel&#38;quot;], .gform_wrapper input[type=&#38;quot;number&#38;quot;], .gform_wrapper input[type=&#38;quot;password&#38;quot;],body .gform_wrapper .gform_body .gform_fields .gfield select, body .gform_wrapper .gform_body .gform_fields .gfield textarea {
    font-size: 14px !important;
    font-weight: bold;
    color: #99001E;
    letter-spacing: 0.1em !important;
    background-color: #F5F5F5;
    border: 1px solid #C9C9C9;
    border-radius: 2px 2px 2px 2px;
}
.gform_wrapper input:focus, .gform_wrapper textarea:focus {
    background-color: #E2E3BA;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This also works for my special number-tax field (#field_1_59). But this field must always (normal and focus) be blue in the (calculated) input-area. I tried anything I found, but it will not work. Any ideas?!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Need no total function in E-Mails"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-no-total-function-in-e-mails#post-64513</link>
			<pubDate>Tue, 03 Jul 2012 08:07:10 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">64513@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can't change what all fields outputs, so the only way to change what is output would be to include fields one at a time based on what you want to display.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>survival774 on "Need no total function in E-Mails"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-no-total-function-in-e-mails#post-64497</link>
			<pubDate>Tue, 03 Jul 2012 05:33:00 +0000</pubDate>
			<dc:creator>survival774</dc:creator>
			<guid isPermaLink="false">64497@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;In Germany we have to show the customers the product-prices including the tax (gross). But at the end of the form near by the total price we also have to show the included tax.&#60;/p&#62;
&#60;p&#62;In the form I solved this by using product fields with calculation for tax and total. All product-prices are shown with tax (gross). My tax field calculates the tax from the gross-prices. Because of this I can´t use the automatic total-function: the calculated tax is only for information, but the automatic will add it again, so the total ist gross-price plus tax = &#34;double tax&#34;. To solve this I use my own total function with an calculating product field. &#60;/p&#62;
&#60;p&#62;So far so good, it works fine. But in the Mails there are again automated total-fields in the order-table at the end, by using {all_fields}. It adds the product prices, my calculated total and my calculated tax - and so the new total price is more than double from the real correct total.&#60;/p&#62;
&#60;p&#62;Where and how can I customize this E-Mail-table, I need to delete the automated total-calculation there?! I hope this works, because the other way by constructing the Mails manually would be much more complicated, i have many fields and conditionally-logic fields. So &#34;all-fields&#34; is very easy and quite perfect for me, except the automated total.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
