<?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: Shelley</title>
		<link><a href='https://legacy.forums.gravityhelp.com/profile/shelley'>shelley</a></link>
		<description>Gravity Support Forums User Favorites: Shelley</description>
		<language>en-US</language>
		<pubDate>Wed, 15 Apr 2026 01:19:37 +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>sbruner on "Send Email Notification Using Custom Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/send-email-notification-using-custom-field#post-13617</link>
			<pubDate>Tue, 30 Nov 2010 11:47:22 +0000</pubDate>
			<dc:creator>sbruner</dc:creator>
			<guid isPermaLink="false">13617@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That post really helped... thanks.&#60;/p&#62;
&#60;p&#62;To further document how I accomplished this:&#60;/p&#62;
&#60;p&#62;PLACE IN FUNCTIONS.PHP&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;add_filter( &#38;#39;gform_notification_email_7&#38;#39;, &#38;#39;route_notification&#38;#39;, 10, 2 );
function route_notification($email_to, $entry) {
	global $post;
	$email_to = get_post_meta($post-&#38;gt;ID, &#38;#39;CUSTOM FIELD KEY&#38;#39;, true);
	return $email_to;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The &#34;7&#34; in 'gform_notification_email_7' is the form ID.&#60;/p&#62;
&#60;p&#62;IN THE FORM:&#60;br /&#62;
-Check &#34;Enable email notification to administrators&#34;&#60;br /&#62;
-Under &#34;Send to Email&#34;, check &#34;Email&#34;&#60;br /&#62;
-Make sure you enter an email address. This email can be anything.  Since you're going to be filtering it with the code, above, it doesn't really matter.&#60;br /&#62;
-Save settings.&#60;/p&#62;
&#60;p&#62;That's it!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Send Email Notification Using Custom Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/send-email-notification-using-custom-field#post-13579</link>
			<pubDate>Mon, 29 Nov 2010 17:49:03 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">13579@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This is possible.  See this post that discusses how to send the form notification to the author of a post.  This is similar to what you want to do.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://forum.gravityhelp.com/topic/sending-form-to-author-of-post&#34; rel=&#34;nofollow&#34;&#62;http://forum.gravityhelp.com/topic/sending-form-to-author-of-post&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sbruner on "Send Email Notification Using Custom Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/send-email-notification-using-custom-field#post-13577</link>
			<pubDate>Mon, 29 Nov 2010 17:47:15 +0000</pubDate>
			<dc:creator>sbruner</dc:creator>
			<guid isPermaLink="false">13577@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;My website has 20 authors, and each one has their own bio page.  Currently this is an actual WP &#34;Page&#34; not the author page WP creates. I want to include a contact form at the bottom of each bio page, with the email notification going to that specific author.  &#60;/p&#62;
&#60;p&#62;I would love to use ONE form for ALL the author pages. &#60;/p&#62;
&#60;p&#62;Currently I have the author email as a custom field that autopopulates in the form.  I thought of hiding this field, and setting the notification to this field, but the notification only take email addresses, not field values.&#60;/p&#62;
&#60;p&#62;Anything you can recommend would be appreciated.&#60;/p&#62;
&#60;p&#62;Example url: &#60;a href=&#34;http://dev.commentarymagazine.com/bloggers/boot/&#34; rel=&#34;nofollow&#34;&#62;http://dev.commentarymagazine.com/bloggers/boot/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
