<?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: How can I customize email template (tables)?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/how-can-i-customize-email-template-tables</link>
		<description>Gravity Support Forums Topic: How can I customize email template (tables)?</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 12:04:07 +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/how-can-i-customize-email-template-tables" rel="self" type="application/rss+xml" />

		<item>
			<title>David Peralty on "How can I customize email template (tables)?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-can-i-customize-email-template-tables#post-55781</link>
			<pubDate>Thu, 19 Apr 2012 10:00:55 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">55781@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It does make sense, but what I'm trying to tell you is that there is no easy way to strip out things from the all fields call, it is set-up to pull all the fields. &#60;/p&#62;
&#60;p&#62;If you want just the product and price fields, you'll need to put them by themselves. Then check to see what the styled result looks like and customize using html/css if needed.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Fika on "How can I customize email template (tables)?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-can-i-customize-email-template-tables#post-55779</link>
			<pubDate>Thu, 19 Apr 2012 09:57:07 +0000</pubDate>
			<dc:creator>Fika</dc:creator>
			<guid isPermaLink="false">55779@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I see what you mean, but maybe I need to clarify what I do need in the email.&#60;/p&#62;
&#60;p&#62;Right now I get a table which gives me columns in the order table as follows:&#60;/p&#62;
&#60;p&#62;Product  &#124;  Qty  &#124;  Unit Price  &#124;  Price&#60;/p&#62;
&#60;p&#62;my pricing is calculated in the product dropdown as I scale for different quantities and pre-calculate that within the dropdown. So therefore the qty in this case is always 1 and redundant. Looking at it now the unit price is also redundant. &#60;/p&#62;
&#60;p&#62;I want to keep the table as is, but just remove those 2 columns from the template that is sent. &#60;/p&#62;
&#60;p&#62;Does that make sense?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "How can I customize email template (tables)?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-can-i-customize-email-template-tables#post-55774</link>
			<pubDate>Thu, 19 Apr 2012 09:49:54 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">55774@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;With HTML e-mails you can't usually pull an external stylesheet, so you'll want to do old HTML 4.0 inline styles. So you would want something like &#38;lt;div style='font-weight: bold;'&#38;gt;{Pricing_Field:45}&#38;lt;/div&#38;gt; (bad example, but hopefully you get my meaning)&#60;/p&#62;
&#60;p&#62;The e-mail will only display the fields you add to the notification. So if you don't want the qty column, then you don't need to include it in your notification.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Fika on "How can I customize email template (tables)?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-can-i-customize-email-template-tables#post-55770</link>
			<pubDate>Thu, 19 Apr 2012 09:41:46 +0000</pubDate>
			<dc:creator>Fika</dc:creator>
			<guid isPermaLink="false">55770@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Dave, can you provide a quick example for this? &#60;/p&#62;
&#60;p&#62;For example if I want to add one of my pricing fields I can add it separately by adding the snippet &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;{Pricing_Field:45}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Are you saying, put HTML around this?&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;customize&#38;quot;&#38;gt;
{Pricing_Field:45}
&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;? &#60;/p&#62;
&#60;p&#62;Also how would this get rid of the qty column as that would still be shown?&#60;/p&#62;
&#60;p&#62;maybe I am misunderstanding exactly what you mean&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "How can I customize email template (tables)?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-can-i-customize-email-template-tables#post-55768</link>
			<pubDate>Thu, 19 Apr 2012 09:37:00 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">55768@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It sounds like what you don't want to use is the all fields snippet. If you want to edit how things are set-up you'll have to put in each field and HTML around it to control how it is displayed. This will also take care of removing the QTY column.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Fika on "How can I customize email template (tables)?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-can-i-customize-email-template-tables#post-55763</link>
			<pubDate>Thu, 19 Apr 2012 09:27:15 +0000</pubDate>
			<dc:creator>Fika</dc:creator>
			<guid isPermaLink="false">55763@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I am using the notifications emails to send an email to a client when they fill out the form. I am using the &#34;{all_fields}&#34; snippet to generate a table of all the fields they have filled out. &#60;/p&#62;
&#60;p&#62;It works fine but the formatting is not what I desire. &#60;/p&#62;
&#60;p&#62;Which file can I customize to edit the css to how this table is looking?&#60;/p&#62;
&#60;p&#62;I also want to remove the QTY column altogether as it does not apply in my case as I use product dropdowns to give different pricing. Where can I remove this qty column from the all fields table. &#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
