<?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: &#34;Send to Email&#34; address populated dynamically from custom_field</title>
		<link>https://legacy.forums.gravityhelp.com/topic/send-to-email-address-populated-dynamically-from-custom_field</link>
		<description>Gravity Support Forums Topic: &quot;Send to Email&quot; address populated dynamically from custom_field</description>
		<language>en-US</language>
		<pubDate>Mon, 06 Apr 2026 20:29:50 +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/send-to-email-address-populated-dynamically-from-custom_field" rel="self" type="application/rss+xml" />

		<item>
			<title>lawyer on "&#34;Send to Email&#34; address populated dynamically from custom_field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/send-to-email-address-populated-dynamically-from-custom_field#post-29508</link>
			<pubDate>Fri, 08 Jul 2011 14:26:33 +0000</pubDate>
			<dc:creator>lawyer</dc:creator>
			<guid isPermaLink="false">29508@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Great! Thanks alot Carl you have been really helpfull.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "&#34;Send to Email&#34; address populated dynamically from custom_field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/send-to-email-address-populated-dynamically-from-custom_field#post-29500</link>
			<pubDate>Fri, 08 Jul 2011 13:59:57 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">29500@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You are using the &#34;Allow field to be populated dynamically&#34; area wrong.  That is for populating the field dynamically using custom PHP and via the query string.  The parameter name you enter there is for then populating the field using custom PHP.&#60;/p&#62;
&#60;p&#62;The post you linked to discusses populating the field using a merge tag in the Default Value for that field.&#60;/p&#62;
&#60;p&#62;You would place:&#60;/p&#62;
&#60;p&#62;{custom_field:user_email}&#60;/p&#62;
&#60;p&#62;In the Default Value for this field.  You would then set the field visibility to Admin Only so the user doesn't see it. In order for this to work the custom field key needs to be 100% correct and it is case sensitive.  So if the key is user_email then my example above should work.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lawyer on "&#34;Send to Email&#34; address populated dynamically from custom_field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/send-to-email-address-populated-dynamically-from-custom_field#post-29494</link>
			<pubDate>Fri, 08 Jul 2011 13:42:04 +0000</pubDate>
			<dc:creator>lawyer</dc:creator>
			<guid isPermaLink="false">29494@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for fast reply!&#60;br /&#62;
I think Im doing something wrong because my email field wont get populated by custom field. Any ideas? &#60;a href=&#34;http://www.creativeworkshop.se/problem.png&#34; rel=&#34;nofollow&#34;&#62;Screenshot&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "&#34;Send to Email&#34; address populated dynamically from custom_field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/send-to-email-address-populated-dynamically-from-custom_field#post-29492</link>
			<pubDate>Fri, 08 Jul 2011 13:12:06 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">29492@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That post does exactly what you described.  It populates an email field on the form with a custom field value from the post the form is being submitted from.  That email field is then used for the Send To on the User Notification.  The example in that post does work.  &#60;/p&#62;
&#60;p&#62;If you need it to show up in the &#34;Send to Email&#34; drop down you would need to use an Email field, not a Single Text field.  Only Email fields appear in the Email selection drop down in the Notifications.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lawyer on "&#34;Send to Email&#34; address populated dynamically from custom_field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/send-to-email-address-populated-dynamically-from-custom_field#post-29489</link>
			<pubDate>Fri, 08 Jul 2011 13:06:50 +0000</pubDate>
			<dc:creator>lawyer</dc:creator>
			<guid isPermaLink="false">29489@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;There is a similar post to this one &#60;a href=&#34;http://www.gravityhelp.com/forums/topic/email-notification-send-to-email-address-pulled-in-from-post-custom-field&#34; rel=&#34;nofollow&#34;&#62;here&#60;/a&#62; but unfortunatlly doesnt answer my question:&#60;br /&#62;
How do I exactly do to get value (users emailadress) from custom_field and place it as recipient of the form.&#60;/p&#62;
&#60;p&#62;I have tried dynamicaly populating a simple field with {custom_field:user_email} (my custom_field key is named user_email) but nothing happens. But once again I do not need to populate a simple text field, i need to get the value to show up in &#34;Notifications&#34; in &#34;Send to Email&#34; input&#60;/p&#62;
&#60;p&#62;Have anyone done done this succesfully?&#60;br /&#62;
Thanks for all suggestions
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
