<?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: Change To or Bcc field based on values from the form entry, on Resend</title>
		<link>https://legacy.forums.gravityhelp.com/topic/change-to-or-bcc-field-based-on-values-from-the-form-entry-on-resend</link>
		<description>Gravity Support Forums Topic: Change To or Bcc field based on values from the form entry, on Resend</description>
		<language>en-US</language>
		<pubDate>Sat, 02 May 2026 17:18:03 +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/change-to-or-bcc-field-based-on-values-from-the-form-entry-on-resend" rel="self" type="application/rss+xml" />

		<item>
			<title>Dejliglama on "Change To or Bcc field based on values from the form entry, on Resend"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-to-or-bcc-field-based-on-values-from-the-form-entry-on-resend#post-81116</link>
			<pubDate>Mon, 15 Oct 2012 10:17:20 +0000</pubDate>
			<dc:creator>Dejliglama</dc:creator>
			<guid isPermaLink="false">81116@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;ok so i don't get this working...&#60;/p&#62;
&#60;p&#62;the gform_before_resend_notifications hook is dealing with the form object, where as i need to get data from the particular entry object, and put that into the form object before sending ...&#60;/p&#62;
&#60;p&#62;how do i do that ??&#60;br /&#62;
;)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Change To or Bcc field based on values from the form entry, on Resend"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-to-or-bcc-field-based-on-values-from-the-form-entry-on-resend#post-80633</link>
			<pubDate>Fri, 12 Oct 2012 15:35:05 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">80633@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If you need more help, let us know.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dejliglama on "Change To or Bcc field based on values from the form entry, on Resend"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-to-or-bcc-field-based-on-values-from-the-form-entry-on-resend#post-80447</link>
			<pubDate>Fri, 12 Oct 2012 03:13:25 +0000</pubDate>
			<dc:creator>Dejliglama</dc:creator>
			<guid isPermaLink="false">80447@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Chris.&#60;/p&#62;
&#60;p&#62;Been looking into this - it is the right hook for sure. Now i just need to figure out how to get the entryfields and not the form fields ;)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Change To or Bcc field based on values from the form entry, on Resend"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-to-or-bcc-field-based-on-values-from-the-form-entry-on-resend#post-80016</link>
			<pubDate>Wed, 10 Oct 2012 07:50:48 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">80016@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Moved to regular support forums.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Change To or Bcc field based on values from the form entry, on Resend"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-to-or-bcc-field-based-on-values-from-the-form-entry-on-resend#post-80015</link>
			<pubDate>Wed, 10 Oct 2012 07:50:30 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">80015@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I think you can use the gform_before_resend_notifications hook which is new in 1.6.8:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_before_resend_notifications&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_before_resend_notifications&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dejliglama on "Change To or Bcc field based on values from the form entry, on Resend"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-to-or-bcc-field-based-on-values-from-the-form-entry-on-resend#post-79758</link>
			<pubDate>Tue, 09 Oct 2012 03:22:40 +0000</pubDate>
			<dc:creator>Dejliglama</dc:creator>
			<guid isPermaLink="false">79758@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;When editing an entry in the admin-area, i set a status on the entry, that controls the look of the autoresponder mail content when hitting the resend button for the user notification.&#60;/p&#62;
&#60;p&#62;However i need to be able to change the sendTo field, or bcc, to add an e-mail adress that is stored in one of the fields for the form.&#60;/p&#62;
&#60;p&#62;I need something like this (but for the resend button):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;quot;gform_autoresponder_email&#38;quot;, &#38;quot;change_notification_email&#38;quot;, 10, 2);
function change_notification_email($form){

if($form[&#38;quot;input_status&#38;quot;] != final)

        return $_POST[&#38;quot;input_16&#38;quot;] . &#38;quot;,&#38;quot; . $_POST[&#38;quot;input_15&#38;quot;];
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>

	</channel>
</rss>
