<?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: Custom Post Types and Notifications</title>
		<link>https://legacy.forums.gravityhelp.com/topic/custom-post-types-and-notifications</link>
		<description>Gravity Support Forums Topic: Custom Post Types and Notifications</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 20:30: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/custom-post-types-and-notifications" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Custom Post Types and Notifications"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-post-types-and-notifications#post-61249</link>
			<pubDate>Sun, 03 Jun 2012 15:48:05 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">61249@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No problem, glad to help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>callibeth on "Custom Post Types and Notifications"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-post-types-and-notifications#post-61248</link>
			<pubDate>Sun, 03 Jun 2012 15:47:43 +0000</pubDate>
			<dc:creator>callibeth</dc:creator>
			<guid isPermaLink="false">61248@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Umm. &#60;/p&#62;
&#60;p&#62;That was way too easy ...&#60;br /&#62;
Thanks for the quick reply!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Custom Post Types and Notifications"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-post-types-and-notifications#post-61246</link>
			<pubDate>Sun, 03 Jun 2012 15:45:15 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">61246@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Beth, check out this &#60;a href=&#34;http://www.evernote.com/shard/s212/sh/102251a6-26b5-4421-b9b6-6c3c2db54a0f/ccd53265032a5de3a5e338bbbf57b2a9&#34; rel=&#34;nofollow&#34;&#62;Screenshot&#60;/a&#62; :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>callibeth on "Custom Post Types and Notifications"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-post-types-and-notifications#post-61230</link>
			<pubDate>Sun, 03 Jun 2012 14:23:13 +0000</pubDate>
			<dc:creator>callibeth</dc:creator>
			<guid isPermaLink="false">61230@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This is a basic question, I think, but I cannot find an answer on the Support Forum. Maybe it's just too basic to have been asked.&#60;/p&#62;
&#60;p&#62;On a submission form, I have a custom field which is an email field. I want a notification sent to that email address, but it's not an Advanced Fields &#38;gt; Email field, it's a Post Fields &#38;gt; Custom Field because I want it to be included in the Custom Field Type.&#60;/p&#62;
&#60;p&#62;I see these possibilities:&#60;br /&#62;
1. two fields (one hidden) on the form, one of which populates the other&#60;br /&#62;
2. one Advanced Fields &#38;gt; Email field that is written to the Custom Post Type field, something like&#60;br /&#62;
    add_action(&#34;gform_after_submission_1&#34;, &#34;after_submission&#34;, 10, 2);&#60;br /&#62;
        function after_submission($entry, $form){&#60;br /&#62;
        //changing post content&#60;br /&#62;
	update_post_meta($entry['post_id'], 'email', $post-&#38;gt;post_content = $entry[14]);&#60;br /&#62;
        }&#60;br /&#62;
3. one Post Fields &#38;gt; Custom Field that is somehow referenced in notifications&#60;/p&#62;
&#60;p&#62;Or some 4th way I don't see. What is best/cleanest/works? And how to do it?&#60;/p&#62;
&#60;p&#62;Beth
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
