<?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: Multiple User Notifications (autoresponders)</title>
		<link>https://legacy.forums.gravityhelp.com/topic/multiple-user-notifications-autoresponders</link>
		<description>Gravity Support Forums Topic: Multiple User Notifications (autoresponders)</description>
		<language>en-US</language>
		<pubDate>Sat, 11 Apr 2026 10:02:47 +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/multiple-user-notifications-autoresponders" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Multiple User Notifications (autoresponders)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-user-notifications-autoresponders#post-152578</link>
			<pubDate>Fri, 22 Feb 2013 20:05:24 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">152578@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I thought you said &#34;It actually broke all the other forms on the site.&#34;  What did you mean by that?&#60;/p&#62;
&#60;p&#62;Is your form ID 28?  And are those the actual input IDs from your form?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pstonier on "Multiple User Notifications (autoresponders)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-user-notifications-autoresponders#post-152564</link>
			<pubDate>Fri, 22 Feb 2013 19:36:05 +0000</pubDate>
			<dc:creator>pstonier</dc:creator>
			<guid isPermaLink="false">152564@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It just submitted without issue. No errors. But it didn't send the autoresponder to the merge tags in the bcc.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Multiple User Notifications (autoresponders)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-user-notifications-autoresponders#post-152542</link>
			<pubDate>Fri, 22 Feb 2013 19:00:36 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">152542@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;What happened exactly when you tried that code?  What error was shown?  Maybe you just had a syntax error.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pstonier on "Multiple User Notifications (autoresponders)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-user-notifications-autoresponders#post-150341</link>
			<pubDate>Tue, 19 Feb 2013 14:47:38 +0000</pubDate>
			<dc:creator>pstonier</dc:creator>
			<guid isPermaLink="false">150341@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have a form for an event registration where one person and register up to 6 attendees.&#60;br /&#62;
This was working when I initially set it up with merge tags in the BCC field. It seems to have stopped functioning now. The BCC field works fine if you have comma separated email addresses in there, but the merge tags stopped working.&#60;/p&#62;
&#60;p&#62;I tried using this hook, but had no luck. It actually broke all the other forms on the site.&#60;br /&#62;
The other forms would send the user to the websiteURL.com/form_page/:/&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;//email BCC to all registrants for Conference
add_filter(&#38;quot;gform_pre_submission_filter&#38;quot;, &#38;quot;add_bcc&#38;quot;);
function add_bcc($form){
	//change 2 to your actual form id
    if($form[&#38;quot;id&#38;quot;] != 28)
        return;

    //creating list of emails based on fields on the form
    $bcc  = $_POST[&#38;quot;input_16&#38;quot;] . &#38;quot;,&#38;quot;;
    $bcc .= $_POST[&#38;quot;input_25&#38;quot;] . &#38;quot;,&#38;quot;;
    $bcc .= $_POST[&#38;quot;input_32&#38;quot;] . &#38;quot;,&#38;quot;;
    $bcc .= $_POST[&#38;quot;input_39&#38;quot;] . &#38;quot;,&#38;quot;;
    $bcc .= $_POST[&#38;quot;input_46&#38;quot;]; 

    //setting notification BCC field to the list of fields
    $form[&#38;quot;autoResponder&#38;quot;][&#38;quot;bcc&#38;quot;] = $bcc;

    //returning modified form object
    return $form;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>

	</channel>
</rss>
