<?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: Plain Text Notifications Not Removing HTML Tags</title>
		<link>https://legacy.forums.gravityhelp.com/topic/plain-text-notifications-not-removing-html-tags</link>
		<description>Gravity Support Forums Topic: Plain Text Notifications Not Removing HTML Tags</description>
		<language>en-US</language>
		<pubDate>Wed, 15 Apr 2026 02:58: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/plain-text-notifications-not-removing-html-tags" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Plain Text Notifications Not Removing HTML Tags"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/plain-text-notifications-not-removing-html-tags#post-51870</link>
			<pubDate>Fri, 09 Mar 2012 10:33:02 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">51870@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Not sure about what that is offhand. Let me check it out and I'll let you know.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gajusbd on "Plain Text Notifications Not Removing HTML Tags"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/plain-text-notifications-not-removing-html-tags#post-51867</link>
			<pubDate>Fri, 09 Mar 2012 10:23:53 +0000</pubDate>
			<dc:creator>gajusbd</dc:creator>
			<guid isPermaLink="false">51867@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Awesome.  Thanks Kevin.  That works great.....all except for the ending br tag. Is there a way to remove that?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Plain Text Notifications Not Removing HTML Tags"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/plain-text-notifications-not-removing-html-tags#post-51864</link>
			<pubDate>Fri, 09 Mar 2012 10:00:20 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">51864@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You'll need to manually add your merge tags and format the message the way you want it in the notification settings. You're seeing that output because you're using the {all_fields} merge tag which uses pre-formatted HTML.&#60;/p&#62;
&#60;p&#62;The filter only sends the message in TXT mode, it doesn't strip HTML.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gajusbd on "Plain Text Notifications Not Removing HTML Tags"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/plain-text-notifications-not-removing-html-tags#post-51861</link>
			<pubDate>Fri, 09 Mar 2012 09:56:52 +0000</pubDate>
			<dc:creator>gajusbd</dc:creator>
			<guid isPermaLink="false">51861@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Running the most current version of Gravity Forms and using the following to output email notifications in plain text:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;// Change ticket submission form notification email format&#60;br /&#62;
add_filter(&#34;gform_notification_format_1&#34;, &#34;text&#34;, 10, 4);
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;Emails do come through in plain text however all the html tags are present throughout the email and look like the code below. Anyone know how to fix this???&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;&#38;lt;tr&#38;gt;&#60;br /&#62;
                                                            &#38;lt;td colspan=&#34;2&#34; style=&#34;font-size:14px; font-weight:bold; background-color:#EEE; border-bottom:1px solid #DFDFDF; padding:7px 7px&#34;&#38;gt;Requestor Info&#38;lt;/td&#38;gt;&#60;br /&#62;
                                                       &#38;lt;/tr&#38;gt;&#38;lt;tr bgcolor=&#34;#EAF2FA&#34;&#38;gt;&#60;br /&#62;
                                                            &#38;lt;td colspan=&#34;2&#34;&#38;gt;&#60;br /&#62;
                                                                &#38;lt;font style=&#34;font-family: sans-serif; font-size:12px;&#34;&#38;gt;&#60;strong&#62;Name&#60;/strong&#62;&#38;lt;/font&#38;gt;&#60;br /&#62;
                                                            &#38;lt;/td&#38;gt;&#60;br /&#62;
                                                       &#38;lt;/tr&#38;gt;&#60;br /&#62;
                                                       &#38;lt;tr bgcolor=&#34;#FFFFFF&#34;&#38;gt;&#60;br /&#62;
                                                            &#38;lt;td width=&#34;20&#34;&#38;gt;&#38;nbsp;&#38;lt;/td&#38;gt;&#60;br /&#62;
                                                            &#38;lt;td&#38;gt;&#60;br /&#62;
                                                                &#38;lt;font style=&#34;font-family: sans-serif; font-size:12px;&#34;&#38;gt;Name&#38;lt;/font&#38;gt;&#60;br /&#62;
                                                            &#38;lt;/td&#38;gt;&#60;br /&#62;
                                                       &#38;lt;/tr&#38;gt;&#38;lt;tr bgcolor=&#34;#EAF2FA&#34;&#38;gt;&#60;br /&#62;
                                                            &#38;lt;td colspan=&#34;2&#34;&#38;gt;&#60;br /&#62;
                                                                &#38;lt;font style=&#34;font-family: sans-serif; font-size:12px;&#34;&#38;gt;&#60;strong&#62;Username&#60;/strong&#62;&#38;lt;/font&#38;gt;&#60;br /&#62;
                                                            &#38;lt;/td&#38;gt;&#60;br /&#62;
                                                       &#38;lt;/tr&#38;gt;&#60;br /&#62;
                                                       &#38;lt;tr bgcolor=&#34;#FFFFFF&#34;&#38;gt;&#60;br /&#62;
                                                            &#38;lt;td width=&#34;20&#34;&#38;gt;&#38;nbsp;&#38;lt;/td&#38;gt;&#60;br /&#62;
                                                            &#38;lt;td&#38;gt;&#60;br /&#62;
                                                                &#38;lt;font style=&#34;font-family: sans-serif; font-size:12px;&#34;&#38;gt;user&#38;lt;/font&#38;gt;&#60;br /&#62;
                                                            &#38;lt;/td&#38;gt;&#60;br /&#62;
                                                       &#38;lt;/tr&#38;gt;&#38;lt;tr bgcolor=&#34;#EAF2FA&#34;&#38;gt;&#60;br /&#62;
                                                            &#38;lt;td colspan=&#34;2&#34;&#38;gt;&#60;br /&#62;
                                                                &#38;lt;font style=&#34;font-family: sans-serif; font-size:12px;&#34;&#38;gt;&#60;strong&#62;Email&#60;/strong&#62;&#38;lt;/font&#38;gt;&#60;br /&#62;
                                                            &#38;lt;/td&#38;gt;&#60;br /&#62;
                                                       &#38;lt;/tr&#38;gt;&#60;br /&#62;
                                                       &#38;lt;tr bgcolor=&#34;#FFFFFF&#34;&#38;gt;&#60;br /&#62;
                                                            &#38;lt;td width=&#34;20&#34;&#38;gt;&#38;nbsp;&#38;lt;/td&#38;gt;&#60;br /&#62;
                                                            &#38;lt;td&#38;gt;&#60;br /&#62;
                                                                &#38;lt;font style=&#34;font-family: sans-serif; font-size:12px;&#34;&#38;gt;email@gmail.com&#38;lt;/font&#38;gt;&#60;br /&#62;
                                                            &#38;lt;/td&#38;gt;&#60;br /&#62;
                                                       &#38;lt;/tr&#38;gt;&#38;lt;tr&#38;gt;&#60;/p&#62;&#60;/blockquote&#62;</description>
		</item>

	</channel>
</rss>
