<?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: Altering notification BCC with gform_pre_submission_filter not working</title>
		<link>https://legacy.forums.gravityhelp.com/topic/altering-notification-bcc-with-gform_pre_submission_filter-not-working</link>
		<description>Gravity Support Forums Topic: Altering notification BCC with gform_pre_submission_filter not working</description>
		<language>en-US</language>
		<pubDate>Wed, 15 Apr 2026 04:58:08 +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/altering-notification-bcc-with-gform_pre_submission_filter-not-working" rel="self" type="application/rss+xml" />

		<item>
			<title>Richard Vav on "Altering notification BCC with gform_pre_submission_filter not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/altering-notification-bcc-with-gform_pre_submission_filter-not-working#post-376035</link>
			<pubDate>Thu, 25 Jul 2013 05:30:48 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">376035@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If you still require assistance with this please open a new &#60;a href=&#34;http://www.gravityhelp.com/request-support/&#34; rel=&#34;nofollow&#34;&#62;support ticket&#60;/a&#62; or a &#60;a href=&#34;http://www.gravityhelp.com/priority-support/&#34; rel=&#34;nofollow&#34;&#62;priority support ticket&#60;/a&#62; if you are a developer license holder.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>trevorgehman on "Altering notification BCC with gform_pre_submission_filter not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/altering-notification-bcc-with-gform_pre_submission_filter-not-working#post-376002</link>
			<pubDate>Fri, 12 Jul 2013 12:38:30 +0000</pubDate>
			<dc:creator>trevorgehman</dc:creator>
			<guid isPermaLink="false">376002@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Jose: I basically just modified the array like this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$form[&#38;#39;notifications&#38;#39;][&#38;#39;51c1ce591e9d4&#38;#39;][&#38;#39;bcc&#38;#39;] = &#38;quot;email@example.com,email2@example.com&#38;quot;;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;To find that unique indentifier, just edit the notification in the backend: you can see it in the URL...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Altering notification BCC with gform_pre_submission_filter not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/altering-notification-bcc-with-gform_pre_submission_filter-not-working#post-371665</link>
			<pubDate>Tue, 09 Jul 2013 16:54:25 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">371665@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We are having this same problem. Is there updated documentation explaining how to best achieve this with the latest version of Gravity Forms?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>trevorgehman on "Altering notification BCC with gform_pre_submission_filter not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/altering-notification-bcc-with-gform_pre_submission_filter-not-working#post-337174</link>
			<pubDate>Fri, 21 Jun 2013 17:25:05 +0000</pubDate>
			<dc:creator>trevorgehman</dc:creator>
			<guid isPermaLink="false">337174@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We are following this guideline: &#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;/p&#62;
&#60;p&#62;Basically I have a custom function to determine the email recipients for the Admin notification, which I put into the $form['notification']['bcc'] field... however, it appears that this no longer has any effect.&#60;/p&#62;
&#60;p&#62;I'm assuming this is due to the change in how notifications are handled, starting in the latest Gravity Forms update.  I took a look at the form object, and now I see this, which leads me to believe I need to edit the BCC field under the specific Admin notification array, but how do I do this reliably? Is that array key 51c1ce591e9d4 always going to be the same?&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[notifications] =&#38;gt; Array
        (
            [51c1ce591e9d4] =&#38;gt; Array
                (
                    [id] =&#38;gt; 51c1ce591e9d4
                    [to] =&#38;gt; &#60;a href=&#34;mailto:trevor@designbygraphite.com&#34;&#62;trevor@designbygraphite.com&#60;/a&#62;
                    [name] =&#38;gt; Admin Notification
                    [event] =&#38;gt; form_submission
                    [toType] =&#38;gt; email
                    [subject] =&#38;gt; Bid Request
                    [message] =&#38;gt; {all_fields}
                    [bcc] =&#38;gt;
                    [from] =&#38;gt; &#60;a href=&#34;mailto:trevor@designbygraphite.com&#34;&#62;trevor@designbygraphite.com&#60;/a&#62;
                    [fromName] =&#38;gt; TREVOR
                    [replyTo] =&#38;gt;
                    [routing] =&#38;gt;
                    [conditionalLogic] =&#38;gt;
                    [disableAutoformat] =&#38;gt;
                )

            [51c46e55a4657] =&#38;gt; Array
                (
                    [id] =&#38;gt; 51c46e55a4657
                    [name] =&#38;gt; Client Notification
                    [event] =&#38;gt; form_submission
                    [to] =&#38;gt; 4
                    [toType] =&#38;gt; field
                    [bcc] =&#38;gt;
                    [subject] =&#38;gt; Your Bid Request
                    [message] =&#38;gt; Thank you for submitting your bid request.

{all_fields}
                    [from] =&#38;gt; &#60;a href=&#34;mailto:trevor@designbygraphite.com&#34;&#62;trevor@designbygraphite.com&#60;/a&#62;
                    [fromName] =&#38;gt; TREVOR
                    [replyTo] =&#38;gt;
                    [routing] =&#38;gt;
                    [conditionalLogic] =&#38;gt;
                    [disableAutoformat] =&#38;gt;
                )

        )&#60;/code&#62;&#60;/pre&#62;</description>
		</item>

	</channel>
</rss>
