<?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: css email sent with own style and without blue blocks possible?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/css-email-sent-with-own-style-and-without-blue-blocks-possible</link>
		<description>Gravity Support Forums Topic: css email sent with own style and without blue blocks possible?</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 18:40:37 +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/css-email-sent-with-own-style-and-without-blue-blocks-possible" rel="self" type="application/rss+xml" />

		<item>
			<title>David Peralty on "css email sent with own style and without blue blocks possible?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-email-sent-with-own-style-and-without-blue-blocks-possible#post-258281</link>
			<pubDate>Fri, 17 May 2013 17:09:21 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">258281@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Please upgrade your version of Gravity Forms. We don't support such old editions as many updates and bug fixes have been applied since then.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hermanscheer on "css email sent with own style and without blue blocks possible?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-email-sent-with-own-style-and-without-blue-blocks-possible#post-258251</link>
			<pubDate>Fri, 17 May 2013 16:52:49 +0000</pubDate>
			<dc:creator>hermanscheer</dc:creator>
			<guid isPermaLink="false">258251@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi I am trying to do the same thing as pedro67 and am trying to format the email notification as plain text rather than HTML. I can't seem to get it to work. &#60;/p&#62;
&#60;p&#62;I am using Version 1.5.2.2. I've tried pasting the following into my functions.php file:&#60;/p&#62;
&#60;p&#62;&#38;lt;?php&#60;br /&#62;
add_action(&#34;gform_notification_format&#34;, &#34;set_notification_format&#34;, 10, 4);&#60;br /&#62;
function set_notification_format($format, $notification_type, $form, $lead){&#60;/p&#62;
&#60;p&#62;    if($notification_type == &#34;admin&#34;)&#60;br /&#62;
        return &#34;text&#34;; //setting admin notifications as text&#60;br /&#62;
    else&#60;br /&#62;
        return &#34;html&#34;; //setting user notifications as text&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;?&#38;gt;&#60;/p&#62;
&#60;p&#62;What am I doing wrong?&#60;/p&#62;
&#60;p&#62;-Thanks, any help is much appreciated.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>reubz on "css email sent with own style and without blue blocks possible?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-email-sent-with-own-style-and-without-blue-blocks-possible#post-254117</link>
			<pubDate>Wed, 15 May 2013 08:14:50 +0000</pubDate>
			<dc:creator>reubz</dc:creator>
			<guid isPermaLink="false">254117@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I would like to know the answer to KatLee's question also...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>KatLee on "css email sent with own style and without blue blocks possible?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-email-sent-with-own-style-and-without-blue-blocks-possible#post-233916</link>
			<pubDate>Thu, 02 May 2013 15:10:58 +0000</pubDate>
			<dc:creator>KatLee</dc:creator>
			<guid isPermaLink="false">233916@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;When I try to create my own email notification and add the merge tags, because my fields are interview questions it doesn't seem to be adding the full merge tag i.e.:&#60;/p&#62;
&#60;p&#62;{Name:1}&#60;br /&#62;
{Blog URL:2}&#60;br /&#62;
{Email Address:3}&#60;br /&#62;
{5. How do you keep your blog and home life in balance? What does a &#60;/p&#62;
&#60;p&#62;Notice how item 5 doesn't look like a full merge tag. Is there a fix for this? &#60;/p&#62;
&#60;p&#62;Thanks for your help.&#60;/p&#62;
&#60;p&#62;-Kat
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "css email sent with own style and without blue blocks possible?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-email-sent-with-own-style-and-without-blue-blocks-possible#post-192023</link>
			<pubDate>Sun, 31 Mar 2013 20:38:43 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">192023@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That format is built in to Gravity Forms and is used whenever you use the {all_fields} helper.  If you don't like that format, you have two options.&#60;/p&#62;
&#60;p&#62;1.  You can format the notification as plain text rather than HTML by adding this code to your theme's functions.php &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_notification_format#Examples&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_notification_format#Examples&#60;/a&#62;  (UPDATE - for 1.7, the filter is gform_notification &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_notification&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_notification&#60;/a&#62; )&#60;/p&#62;
&#60;p&#62;2. You can create your own email notification by using individual merge tags in your notification, rather than {all_fields}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pedro67 on "css email sent with own style and without blue blocks possible?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-email-sent-with-own-style-and-without-blue-blocks-possible#post-191929</link>
			<pubDate>Sun, 31 Mar 2013 18:03:39 +0000</pubDate>
			<dc:creator>pedro67</dc:creator>
			<guid isPermaLink="false">191929@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi there&#60;/p&#62;
&#60;p&#62;I was searching for a way to bring the whole output on one page without the blue blocks separating the output fields.&#60;/p&#62;
&#60;p&#62;My client needs a hudge form for order cake online. With another plugin the result-page in email was one page. With GF it is three pages because each line gets a hudge spacer.&#60;br /&#62;
How can I format this?&#60;br /&#62;
I am testing already the 1.7 beta 2&#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
