<?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 User Favorites: ahansendesign</title>
		<link><a href='https://legacy.forums.gravityhelp.com/profile/ahansendesign'>ahansendesign</a></link>
		<description>Gravity Support Forums User Favorites: ahansendesign</description>
		<language>en-US</language>
		<pubDate>Sun, 05 Apr 2026 11:18:24 +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/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Sending form to author of post"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sending-form-to-author-of-post#post-42665</link>
			<pubDate>Thu, 01 Dec 2011 00:03:46 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">42665@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am going to close this topic as it is in the pre-purchase section and we try not to provide support here. If any members have questions about the code here, please feel free to start a new topic in the &#60;a href=&#34;http://www.gravityhelp.com/forums/forum/gravity-forms&#34; rel=&#34;nofollow&#34;&#62;regular support forums&#60;/a&#62; and reference this topic.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Sending form to author of post"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sending-form-to-author-of-post#post-42292</link>
			<pubDate>Mon, 28 Nov 2011 13:51:36 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">42292@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Removing it fixed the problem.&#60;/p&#62;
&#60;p&#62;We ended up with this havn't had any problem so far but we are still watching it.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;quot;gform_notification_email_12&#38;quot;, &#38;quot;change_notification_email&#38;quot;, 10, 2);
function change_notification_email($email, $form){
    $email =get_field(&#38;#39;VEmail&#38;#39;);
    return $email;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>David Smith on "Sending form to author of post"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sending-form-to-author-of-post#post-42055</link>
			<pubDate>Wed, 23 Nov 2011 19:44:13 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">42055@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Snap,&#60;/p&#62;
&#60;p&#62;Looking at your code, I don't see why this would prevent the submission or updating of posts? If you comment out this code are you able to submit and update posts once more?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Sending form to author of post"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sending-form-to-author-of-post#post-42016</link>
			<pubDate>Wed, 23 Nov 2011 14:14:42 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">42016@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I just recently tried this to send emails to people based off of the email they submitted in a custom meta box i created using Advanced Custom Fields. I worked perfectly unfortunately it made it so no one could submit or update a post.&#60;br /&#62;
Here is the code I used:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;add_filter( &#38;#39;gform_notification_email_12&#38;#39;, &#38;#39;route_notification&#38;#39;, 10, 2 );
function route_notification($email_to, $entry) {
	global $post;
	$email_to = get_field(&#38;#39;VEmail&#38;#39;);
	return $email_to;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;We are running WordPress 3.2.1. with Genesis Lifestyle Child Theme.&#60;/p&#62;
&#60;p&#62;Has any one run into this or did i just jack my code up?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Cold Coffee on "Sending form to author of post"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sending-form-to-author-of-post#post-25520</link>
			<pubDate>Sat, 14 May 2011 05:24:21 +0000</pubDate>
			<dc:creator>Cold Coffee</dc:creator>
			<guid isPermaLink="false">25520@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@Carl and that doesn't work. Putting an email in the notification settings does not work. No emails are sent (must be because of the script I'm using: &#60;a href=&#34;http://www.pastie.org/1864422)&#34; rel=&#34;nofollow&#34;&#62;http://www.pastie.org/1864422)&#60;/a&#62;. What I mean by hardcoding is: forcing it to work by putting the BCC emailaddress in the template file, GF file or functions.php.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Sending form to author of post"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sending-form-to-author-of-post#post-25483</link>
			<pubDate>Fri, 13 May 2011 12:20:55 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">25483@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@Cold Coffee I don't think I quite understand what you mean by hardcode the BCC email.  You can hardcode the BCC email by entering it in the Notification sendings.  If you can provide more clarification it would be helpful because I think the terminology you are using is probably causing me not to understand what you are referring to.  Adding the BCC email in the Notification settings for that form is hardcoding it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Cold Coffee on "Sending form to author of post"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sending-form-to-author-of-post#post-25470</link>
			<pubDate>Fri, 13 May 2011 05:19:23 +0000</pubDate>
			<dc:creator>Cold Coffee</dc:creator>
			<guid isPermaLink="false">25470@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@Carl: thnx but that is the problem. When I fill in an emailaddress in the BCC field, the form stops working and doesn't send any email. That's why I would love to see an addition to the extra script with a hardcoded BCC.&#60;/p&#62;
&#60;p&#62;I know it should work, but it doesn't. After hours unpaid work for trying to solve this I'm risking missing the deadline and even more unpaid hours. So I would love just a small addition to the script (see my first post) where I can hardcode the BCC email.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Sending form to author of post"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sending-form-to-author-of-post#post-25437</link>
			<pubDate>Thu, 12 May 2011 17:24:52 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">25437@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;For anyone looking for more information on dynamic population with Gravity Forms, be sure to check out these two new documentation articles:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Using_Dynamic_Population&#34; rel=&#34;nofollow&#34;&#62;Using Dynamic Population&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Dynamically_Populating_the_Post_Author&#34; rel=&#34;nofollow&#34;&#62;Dynamically Populating the Post Author&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Sending form to author of post"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sending-form-to-author-of-post#post-25425</link>
			<pubDate>Thu, 12 May 2011 15:02:09 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">25425@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can configure a hardcoded BCC field in the Notifications settings for that form.  BCC is a field you can enter an email address in.  You don't need to use PHP code if the BCC email address isn't going to be dynamic.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Cold Coffee on "Sending form to author of post"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/sending-form-to-author-of-post#post-25391</link>
			<pubDate>Thu, 12 May 2011 10:01:46 +0000</pubDate>
			<dc:creator>Cold Coffee</dc:creator>
			<guid isPermaLink="false">25391@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Okay idea... is there a way to add in that piece of script a BCC emailaddress? This is an emailaddress that wont change... so could be hardcoded. Getting really desperate now :-(
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
