<?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: Unable to send XML tags to admin notification</title>
		<link>https://legacy.forums.gravityhelp.com/topic/unable-to-send-xml-tags-to-admin-notification</link>
		<description>Gravity Support Forums Topic: Unable to send XML tags to admin notification</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 20:24:14 +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/unable-to-send-xml-tags-to-admin-notification" rel="self" type="application/rss+xml" />

		<item>
			<title>gary_bauer@msn.com on "Unable to send XML tags to admin notification"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/unable-to-send-xml-tags-to-admin-notification#post-284631</link>
			<pubDate>Tue, 28 May 2013 22:00:22 +0000</pubDate>
			<dc:creator>gary_bauer@msn.com</dc:creator>
			<guid isPermaLink="false">284631@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Anyone have an idea about controlling the format of the admin notifications?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gary_bauer@msn.com on "Unable to send XML tags to admin notification"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/unable-to-send-xml-tags-to-admin-notification#post-265993</link>
			<pubDate>Tue, 21 May 2013 14:10:58 +0000</pubDate>
			<dc:creator>gary_bauer@msn.com</dc:creator>
			<guid isPermaLink="false">265993@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;oops - the received email content got formatted correctly in the post...&#60;/p&#62;
&#60;p&#62;What the text looks like is the &#38;amp; g t; instead of &#38;gt; and &#38;amp; l t instead of &#38;lt;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gary_bauer@msn.com on "Unable to send XML tags to admin notification"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/unable-to-send-xml-tags-to-admin-notification#post-265969</link>
			<pubDate>Tue, 21 May 2013 13:27:02 +0000</pubDate>
			<dc:creator>gary_bauer@msn.com</dc:creator>
			<guid isPermaLink="false">265969@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am using version 1.7.3 and I am trying to get text sent to the admin email that retains the XML tag fileds delimited by &#38;lt; and &#38;gt;.&#60;/p&#62;
&#60;p&#62;This is the php code in functions.php&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
/**&#60;br /&#62;
 * GravityForms&#60;br /&#62;
 * send notifications as text&#60;br /&#62;
 */&#60;br /&#62;
add_filter('gform_notification', 'change_notification_format', 10, 3);&#60;br /&#62;
function change_notification_format( $notification, $form, $entry ) {&#60;/p&#62;
&#60;p&#62;    $notification['message_format'] = &#34;text&#34;; //changing notification format to text&#60;/p&#62;
&#60;p&#62;    return $notification;&#60;br /&#62;
}&#60;/p&#62;
&#60;/blockquote&#62;
&#60;p&#62;This is the notification message.&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
{all_fields}&#60;/p&#62;
&#60;p&#62;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&#60;/p&#62;
&#60;p&#62;Computer XML data&#60;/p&#62;
&#60;p&#62;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&#60;/p&#62;
&#60;p&#62;&#38;lt;firstname&#38;gt;{First name:1}&#38;lt;/firstname&#38;gt;&#60;br /&#62;
&#38;lt;middlename&#38;gt;{Middle:2}&#38;lt;/middlename&#38;gt;&#60;br /&#62;
&#38;lt;lastname&#38;gt;{Last name:3}&#38;lt;/lastname&#38;gt;&#60;br /&#62;
&#38;lt;Address_line1&#38;gt;{Address (Street Address):12.1}&#38;lt;/Address_line1&#38;gt;&#60;br /&#62;
&#38;lt;Address_line2&#38;gt;{Address (Address Line 2):12.2}&#38;lt;/Address_line2&#38;gt;&#60;br /&#62;
&#38;lt;Address1_city&#38;gt;{Address (City):12.3}&#38;lt;/Address1_city&#38;gt; ...&#60;/p&#62;
&#60;/blockquote&#62;
&#60;p&#62;And text received by the admin email has &#38;amp; l t {data} &#38;amp; g t instead of &#38;lt;{data}&#38;gt;&#60;/p&#62;
&#60;p&#62;As a result, the data import function into my database can't read the XML tags because of the missing carats
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
