<?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: gform_after_submission and notification message re-use</title>
		<link>https://legacy.forums.gravityhelp.com/topic/gform_after_submission-and-notification-message-re-use</link>
		<description>Gravity Support Forums Topic: gform_after_submission and notification message re-use</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 12:44:43 +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/gform_after_submission-and-notification-message-re-use" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "gform_after_submission and notification message re-use"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gform_after_submission-and-notification-message-re-use#post-153034</link>
			<pubDate>Sat, 23 Feb 2013 09:47:13 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">153034@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you for the update.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sakari on "gform_after_submission and notification message re-use"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gform_after_submission-and-notification-message-re-use#post-152125</link>
			<pubDate>Fri, 22 Feb 2013 05:38:01 +0000</pubDate>
			<dc:creator>sakari</dc:creator>
			<guid isPermaLink="false">152125@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for this. Actually did my own coding eventyally and matched the contents and the fields manually.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "gform_after_submission and notification message re-use"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gform_after_submission-and-notification-message-re-use#post-123544</link>
			<pubDate>Wed, 16 Jan 2013 12:57:16 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">123544@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Are you saying that you WANT to allow it to be used directly?  So the CRM can pick it up?&#60;/p&#62;
&#60;p&#62;You can use the gform_after_submission hook to write a file on the server: &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_after_submission&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_after_submission&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The information in the notification is available in the $form['autoResponder']['message'] (that is the user notification) or the $form['notification']['message']. However, those messages will not have the merge tags replaced with actual data.  &#60;/p&#62;
&#60;p&#62;I'm still not clear exactly what you want to accomplish, but I will try to help with as much information as I can.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sakari on "gform_after_submission and notification message re-use"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gform_after_submission-and-notification-message-re-use#post-123260</link>
			<pubDate>Wed, 16 Jan 2013 05:28:21 +0000</pubDate>
			<dc:creator>sakari</dc:creator>
			<guid isPermaLink="false">123260@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That is what I tried to say :) I didn't find that under any hook or variable. (Mail is send as info about new item and file from server will be read automaticly to crm.) If the message could be used directly anyone could modify it without need to change the code.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "gform_after_submission and notification message re-use"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gform_after_submission-and-notification-message-re-use#post-122636</link>
			<pubDate>Tue, 15 Jan 2013 13:58:40 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">122636@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm not clear still on what you want to do.  You have your notification in exactly the format you want it.  Are you saying in addition to sending that notification, you want to write that exact same information (what would be sent in the body of the email) to a file on the server?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sakari on "gform_after_submission and notification message re-use"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gform_after_submission-and-notification-message-re-use#post-122246</link>
			<pubDate>Tue, 15 Jan 2013 04:55:29 +0000</pubDate>
			<dc:creator>sakari</dc:creator>
			<guid isPermaLink="false">122246@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It's in form's Notifications &#38;gt; Message -field which goes to email. It's formatted as xml like &#38;lt;element_1&#38;gt;{Field name:2}&#38;lt;/element_1&#38;gt; (with Insert Merge tag). Of course I can get it from $form['notification']['message'] but can I have it evaluated like goes to email?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "gform_after_submission and notification message re-use"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gform_after_submission-and-notification-message-re-use#post-122029</link>
			<pubDate>Mon, 14 Jan 2013 23:48:10 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">122029@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Where is the notification message stored now, and how are you using it as a notification now?  Is it just in the database as part of the form you initially created it for?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sakari on "gform_after_submission and notification message re-use"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gform_after_submission-and-notification-message-re-use#post-121801</link>
			<pubDate>Mon, 14 Jan 2013 17:14:08 +0000</pubDate>
			<dc:creator>sakari</dc:creator>
			<guid isPermaLink="false">121801@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I modified notification message to a special format with merge tags. Works fine and goes to email as supposed with right values.&#60;/p&#62;
&#60;p&#62;I'd also like to save this info to a file to server. I can't find this formatted message from any variable. Can this be re-used as it is? Now I would have to create this file again inside gform_after_submission and make changes twice if needed. It would be so cool to use that one message without modifying the hook every time.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
