<?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: Email post author</title>
		<link>https://legacy.forums.gravityhelp.com/topic/email-post-author</link>
		<description>Gravity Support Forums Topic: Email post author</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 14:20: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/email-post-author" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Email post author"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/email-post-author#post-74913</link>
			<pubDate>Wed, 12 Sep 2012 00:20:43 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">74913@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you for the suggestion and update.  Glad you were able to work it out.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Shunarjuna on "Email post author"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/email-post-author#post-74803</link>
			<pubDate>Tue, 11 Sep 2012 11:31:55 +0000</pubDate>
			<dc:creator>Shunarjuna</dc:creator>
			<guid isPermaLink="false">74803@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Never mind, I figured it out.&#60;br /&#62;
I was putting the wrong thing in the &#34;Allow field to be populated dynamically&#34; field. Instead of putting populate_post_author_email, I was meant to put author_email.&#60;br /&#62;
It's all working fine now. (Maybe a quick edit of the tutorial I is in order - It didn't actually say what is meant to go in the Allow field to be populated dynamically field. Just a suggestion)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Shunarjuna on "Email post author"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/email-post-author#post-74794</link>
			<pubDate>Tue, 11 Sep 2012 10:37:01 +0000</pubDate>
			<dc:creator>Shunarjuna</dc:creator>
			<guid isPermaLink="false">74794@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm sorry for being such a spaz, I know this question has come up a number of times but I just can't figure out what I am doing wrong.&#60;/p&#62;
&#60;p&#62;I followed the steps in this tutorial; &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Dynamically_Populating_the_Post_Author&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Dynamically_Populating_the_Post_Author&#60;/a&#62;, pasting this code into my functions.php&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;#39;gform_field_value_author_email&#38;#39;, &#38;#39;populate_post_author_email&#38;#39;);
function populate_post_author_email($value){
    global $post;

    $author_email = get_the_author_meta(&#38;#39;email&#38;#39;, $post-&#38;gt;post_author);

    return $author_email;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I then created a form with an email field. Selected &#34;Allow field to be populated dynamically&#34;, then put in this value: populate_post_author_email&#60;/p&#62;
&#60;p&#62;In the notifications section, under &#34;Notification to User&#34; I selected the email field in the &#34;Send To Field&#34;&#60;/p&#62;
&#60;p&#62;When I tested the form I noticed two things. First, the field I tried to dynamically populate was empty, second, only admin got notification of the email.&#60;/p&#62;
&#60;p&#62;Any help would be appreciated.&#60;br /&#62;
Thanks.&#60;/p&#62;
&#60;p&#62;Website - &#60;a href=&#34;http://www.teachmemusic.com.au&#34; rel=&#34;nofollow&#34;&#62;http://www.teachmemusic.com.au&#60;/a&#62;&#60;br /&#62;
Example form - &#60;a href=&#34;http://www.teachmemusic.com.au/listings/test-search-2/&#34; rel=&#34;nofollow&#34;&#62;http://www.teachmemusic.com.au/listings/test-search-2/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
