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

		<item>
			<title>Chris Hajer on "user notification email global footer text"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-notification-email-global-footer-text#post-72443</link>
			<pubDate>Fri, 24 Aug 2012 06:22:38 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">72443@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I tested it and it worked OK on all forms for me.  Let us know if you have any trouble.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>herbie4 on "user notification email global footer text"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-notification-email-global-footer-text#post-72431</link>
			<pubDate>Fri, 24 Aug 2012 03:23:06 +0000</pubDate>
			<dc:creator>herbie4</dc:creator>
			<guid isPermaLink="false">72431@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks! That looks great, I will try it out.&#60;br /&#62;
Thanks again.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "user notification email global footer text"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-notification-email-global-footer-text#post-72428</link>
			<pubDate>Fri, 24 Aug 2012 02:37:22 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">72428@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, you can do this.  There are two pieces to it:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_pre_submission_filter&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_pre_submission_filter&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/AutoResponder&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/AutoResponder&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You can try something like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[php]
add_action(&#38;#39;gform_pre_submission_filter&#38;#39;, &#38;#39;add_notification_footer&#38;#39;);
function add_notification_footer($form){

        // append your footer to whatever the autoresponder message is from the form builder
        $form[&#38;#39;autoResponder&#38;#39;][&#38;#39;message&#38;#39;] .= &#38;quot;&#38;lt;p&#38;gt;Thank you for contacting Acme Enterprises. &#38;amp;copy; &#38;quot; . date(&#38;#39;Y&#38;#39;) .&#38;quot;&#38;lt;/p&#38;gt;&#38;quot;;

        // always return the form object
        return $form;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Modify the footer HTML (&#34;&#38;lt;p&#38;gt;Thank you for contacting Acme Enterprises...&#34; above) and add that code to your theme's functions.php.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>herbie4 on "user notification email global footer text"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-notification-email-global-footer-text#post-72353</link>
			<pubDate>Thu, 23 Aug 2012 17:00:17 +0000</pubDate>
			<dc:creator>herbie4</dc:creator>
			<guid isPermaLink="false">72353@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is it possible to add a footer text to all user notification emails for all the forms that are in use... Hopefully also from one place so if I want to change it that it will change in all user notification emails. If yes...how?&#60;br /&#62;
Thanks in advance.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
