<?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: How to add CC notification through Dynamic CC through Custom fields/Custom Metas</title>
		<link>https://legacy.forums.gravityhelp.com/topic/how-to-add-cc-notification-through-dynamic-cc-through-custom-fieldscustom-metas</link>
		<description>Gravity Support Forums Topic: How to add CC notification through Dynamic CC through Custom fields/Custom Metas</description>
		<language>en-US</language>
		<pubDate>Mon, 13 Apr 2026 16:36:16 +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/how-to-add-cc-notification-through-dynamic-cc-through-custom-fieldscustom-metas" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "How to add CC notification through Dynamic CC through Custom fields/Custom Metas"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-add-cc-notification-through-dynamic-cc-through-custom-fieldscustom-metas#post-92489</link>
			<pubDate>Sun, 18 Nov 2012 01:04:08 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">92489@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It does not look like we have enough information here to help you.  Can you post all your code at pastebin.com or pastie.org so we can see it all at once?&#60;/p&#62;
&#60;p&#62;You have a mismatch between propertyemail_value and propertyemail but I am not sure what you are actually using that code, so I'm not sure how it is supposed to be working.&#60;/p&#62;
&#60;p&#62;Generally, you can send email to an address which you have stored in a custom field of the post.  You can add an email field to your form, and make it hidden.  Set the default value to {custom_field:propertyemail}. That will populate this hidden email field with the email address which is stored in your custom field.  Then, that form field will be available to you in the drop down for the notifications.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rosspub on "How to add CC notification through Dynamic CC through Custom fields/Custom Metas"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-add-cc-notification-through-dynamic-cc-through-custom-fieldscustom-metas#post-91116</link>
			<pubDate>Wed, 14 Nov 2012 12:12:42 +0000</pubDate>
			<dc:creator>rosspub</dc:creator>
			<guid isPermaLink="false">91116@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I created a custom Field/Custom Meta in all posts.  I have a gravity form for in all posts so when a front end user goes to the post, they can submist the form.  As the plugin works, when the for is submitted it goes to the backend under &#34;Entries&#34; where you can view who submitted the form.&#60;/p&#62;
&#60;p&#62;NOW:  When I created the custom field/custom meta for posts, this is for entering Email addresses.  So, each post will have a different email address.  What I want is when the form is submitted for that post, it is also being sent to the email address that was inserted in for that custom field/Custom meta. as well as being send to the admin.&#60;/p&#62;
&#60;p&#62;So, I created the custom meta in my functions, and also calling it as so:&#60;/p&#62;
&#60;p&#62;In Functions.php:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;quot;propertyemail&#38;quot; =&#38;gt; array(
&#38;quot;name&#38;quot; =&#38;gt; &#38;quot;propertyemail&#38;quot;,
&#38;quot;type&#38;quot; =&#38;gt; &#38;quot;input&#38;quot;,
&#38;quot;std&#38;quot; =&#38;gt; &#38;quot;&#38;quot;,
&#38;quot;description&#38;quot; =&#38;gt; &#38;quot;Enter the propert listings email here&#38;quot;,
&#38;quot;title&#38;quot; =&#38;gt; &#38;quot;Property Email&#38;quot;),&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then I am calling it so it is in all my posts with a variable:&#60;/p&#62;
&#60;p&#62;$propertyemail = get_post_meta($post-&#38;gt;ID, &#34;propertyemail_value&#34;, true);&#60;/p&#62;
&#60;p&#62;In the forms notification I see that when someone fills out a form it goes to the admin email and the code that is default look like this: {admin_email} as the default email notification, and I see there is a &#34;cc&#34; section.  &#60;/p&#62;
&#60;p&#62;Is there a way to add the custom email so anytime a form is filled out, it is also being emailed to the user that created the form's custom meta email?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
