<?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: Change notification email format:</title>
		<link>https://legacy.forums.gravityhelp.com/topic/change-notification-email-format</link>
		<description>Gravity Support Forums Topic: Change notification email format:</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 09:46:15 +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/change-notification-email-format" rel="self" type="application/rss+xml" />

		<item>
			<title>David Peralty on "Change notification email format:"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-notification-email-format#post-359644</link>
			<pubDate>Wed, 03 Jul 2013 09:56:48 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">359644@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Please don't change core files. You can use the following hook to change the type of e-mail (notification format) and the content of the e-mail: &#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;</description>
		</item>
		<item>
			<title>Credos on "Change notification email format:"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-notification-email-format#post-358684</link>
			<pubDate>Tue, 02 Jul 2013 22:23:36 +0000</pubDate>
			<dc:creator>Credos</dc:creator>
			<guid isPermaLink="false">358684@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We have a form whose output will be emailed in plain text format to an email address, from which it will be processed via Java into a third party system (CRM).&#60;/p&#62;
&#60;p&#62;We have modified common.php to email the data in text format not HTML so that's OK.&#60;/p&#62;
&#60;p&#62;Currently the email administrator notification is sent in the format:&#60;/p&#62;
&#60;p&#62;Field1:  4520   (where '4520' is just a text input &#60;/p&#62;
&#60;p&#62;Field 2:  1  (where '1' is the boolean value of a radio button field - ie either 0 or 1)&#60;/p&#62;
&#60;p&#62;Field3:  0  (as per Field 2)&#60;/p&#62;
&#60;p&#62;We need to change the format of the email so it becomes:&#60;/p&#62;
&#60;p&#62;Field1=4520&#60;br /&#62;
Field2=1&#60;br /&#62;
Field3=0&#60;/p&#62;
&#60;p&#62;In other words we need to:&#60;/p&#62;
&#60;p&#62;remove empty lines between fields; and&#60;br /&#62;
replace the ':' character and following space with the '=' char for each entry.&#60;/p&#62;
&#60;p&#62;before the email is sent off.&#60;/p&#62;
&#60;p&#62;To achieve this could we use the the Gform_after_submission hook in the theme's functions.php file? If so how would this be coded to reformat the notification as above?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
