<?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: Adding another email address to the autoresponder</title>
		<link>https://legacy.forums.gravityhelp.com/topic/adding-another-email-address-to-the-autoresponder</link>
		<description>Gravity Support Forums Topic: Adding another email address to the autoresponder</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 08:30:51 +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/adding-another-email-address-to-the-autoresponder" rel="self" type="application/rss+xml" />

		<item>
			<title>neil on "Adding another email address to the autoresponder"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adding-another-email-address-to-the-autoresponder#post-43363</link>
			<pubDate>Wed, 07 Dec 2011 16:38:07 +0000</pubDate>
			<dc:creator>neil</dc:creator>
			<guid isPermaLink="false">43363@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for your help, I have now got it working.&#60;/p&#62;
&#60;p&#62;Just saw a post where you can just add field variables to the send fields, so as you said I added the hidden field 'email' to the 'bcc' field.&#60;/p&#62;
&#60;p&#62;Love this plugin, think I'm to get a developer license.&#60;/p&#62;
&#60;p&#62;thanks again
&#60;/p&#62;</description>
		</item>
		<item>
			<title>neil on "Adding another email address to the autoresponder"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adding-another-email-address-to-the-autoresponder#post-43357</link>
			<pubDate>Wed, 07 Dec 2011 15:57:29 +0000</pubDate>
			<dc:creator>neil</dc:creator>
			<guid isPermaLink="false">43357@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;thanks for your reply.&#60;/p&#62;
&#60;p&#62;The site I am working allows training companies to create post of training courses they offer, the user can then book a course with the provider, so the 3rd address will be for the training company. This will differ as we'll have several different companies. I have set up a custom post with a custom field which they enter their email. I have also set up a hidden field on the form which gets populated with the email and that works fine.&#60;/p&#62;
&#60;p&#62;I just need to somehow get the email to be copied and sent to the training company email as well as notifications to the user and admin.&#60;/p&#62;
&#60;p&#62;many thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Adding another email address to the autoresponder"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adding-another-email-address-to-the-autoresponder#post-43344</link>
			<pubDate>Wed, 07 Dec 2011 14:16:32 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">43344@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If you want the form to send an email to the user then you would configure the User Notification for that form by editing Notifications for that form.&#60;/p&#62;
&#60;p&#62;If you want the form to send an email to the admin then you would configure the Admin Notification for that form by editing Notifications for that form.&#60;/p&#62;
&#60;p&#62;The 3rd one, training company, is the one you need to figure out how to handle.  Where is the email address for this 3rd one coming from? Is it dynamic based on a selection in the form? Is it always the same for that form?&#60;/p&#62;
&#60;p&#62;If it's always the same then simply use the BCC field on the Admin or User Notification to send them a copy of whichever notification you want.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>neil on "Adding another email address to the autoresponder"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adding-another-email-address-to-the-autoresponder#post-43336</link>
			<pubDate>Wed, 07 Dec 2011 13:42:57 +0000</pubDate>
			<dc:creator>neil</dc:creator>
			<guid isPermaLink="false">43336@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I would like users to apply for a training course buy filling out a form, then I would like a notification to be sent to the user, the training company and the admin of the site.&#60;/p&#62;
&#60;p&#62;What would be the best way to achive this, I have looked at this code but didnt understand it.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
add_filter(&#38;quot;gform_autoresponder_email&#38;quot;, &#38;quot;change_notification_email&#38;quot;, 10, 2);
function change_notification_email($email, $form){

    //applying notification routing to form Id 2
    if($form[&#38;quot;id&#38;quot;] != 2)
        return $email;

    //creating email list from fields 2 and 3.
    return $_POST[&#38;quot;input_2&#38;quot;] . &#38;quot;,&#38;quot; . $_POST[&#38;quot;input_3&#38;quot;];
}

?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;many thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
