<?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: Add Extra HTML to the Admin Notification Email</title>
		<link>https://legacy.forums.gravityhelp.com/topic/add-extra-html-to-the-admin-notification-email</link>
		<description>Gravity Support Forums Topic: Add Extra HTML to the Admin Notification Email</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 10:48:34 +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/add-extra-html-to-the-admin-notification-email" rel="self" type="application/rss+xml" />

		<item>
			<title>Dana Cobb on "Add Extra HTML to the Admin Notification Email"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-extra-html-to-the-admin-notification-email#post-48071</link>
			<pubDate>Wed, 01 Feb 2012 19:06:48 +0000</pubDate>
			<dc:creator>Dana Cobb</dc:creator>
			<guid isPermaLink="false">48071@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, Pippin,&#60;/p&#62;
&#60;p&#62;You could use the &#34;gform_pre_submission_filter&#34; to create the notification message. Below is a code example:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;//change notification message
add_action(&#38;quot;gform_pre_submission_filter&#38;quot;, &#38;quot;set_notification_message&#38;quot;);
function set_notification_message($form){
	$form[&#38;quot;notification&#38;quot;][&#38;quot;message&#38;quot;] = &#38;quot;Four score and seven years ago.&#38;lt;br&#38;gt;Our fathers brought forth...&#38;quot;;
	return $form;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>mordauk on "Add Extra HTML to the Admin Notification Email"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-extra-html-to-the-admin-notification-email#post-46608</link>
			<pubDate>Tue, 17 Jan 2012 17:59:20 +0000</pubDate>
			<dc:creator>mordauk</dc:creator>
			<guid isPermaLink="false">46608@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm looking for a way to attach extra HTML to the admin notification email. Basically I'm going to have a lot of analytics data stored in an HTML table and I need to attach it to the bottom of the email.&#60;/p&#62;
&#60;p&#62;I've looked through the developer docs but have not been able to find an appropriate hook.&#60;/p&#62;
&#60;p&#62;Can you point me in the right direction?&#60;/p&#62;
&#60;p&#62;Thanks!&#60;/p&#62;
&#60;p&#62;Pippin
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
