<?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: Dynamically populate &#34;to&#34; email address for form within short code?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/dynamically-populate-to-email-address-for-form-within-short-code</link>
		<description>Gravity Support Forums Topic: Dynamically populate &quot;to&quot; email address for form within short code?</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 06:36:10 +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/dynamically-populate-to-email-address-for-form-within-short-code" rel="self" type="application/rss+xml" />

		<item>
			<title>David Peralty on "Dynamically populate &#34;to&#34; email address for form within short code?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamically-populate-to-email-address-for-form-within-short-code#post-63228</link>
			<pubDate>Thu, 21 Jun 2012 18:17:26 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">63228@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Could you create an e-mail field, pre-populate it (however you want) and just hide the field using CSS? Then you could still assign that field in the notifications section to be where e-mails go.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>harringtoncreative on "Dynamically populate &#34;to&#34; email address for form within short code?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamically-populate-to-email-address-for-form-within-short-code#post-63216</link>
			<pubDate>Thu, 21 Jun 2012 17:05:14 +0000</pubDate>
			<dc:creator>harringtoncreative</dc:creator>
			<guid isPermaLink="false">63216@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Even if I have to, I'll use jQuery to extract it from the page ... it's not getting the email address that's the issue, it's using it.&#60;/p&#62;
&#60;p&#62;I just need to know how to tell the form to send the email to whomever i want dynamically.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Dynamically populate &#34;to&#34; email address for form within short code?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamically-populate-to-email-address-for-form-within-short-code#post-63094</link>
			<pubDate>Wed, 20 Jun 2012 15:28:58 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">63094@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you tell me more about how you would like it to work, and we can see if I can think of any way that Gravity Forms can help you do that... &#60;/p&#62;
&#60;p&#62;You can have an empty field that is populated on form load, but where would it get the value of what e-mail address it should load into the form?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>harringtoncreative on "Dynamically populate &#34;to&#34; email address for form within short code?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamically-populate-to-email-address-for-form-within-short-code#post-63087</link>
			<pubDate>Wed, 20 Jun 2012 13:13:34 +0000</pubDate>
			<dc:creator>harringtoncreative</dc:creator>
			<guid isPermaLink="false">63087@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That's not going to help me at all...&#60;/p&#62;
&#60;p&#62;This needs to happen when the page is rendered... and I'm not going to create 400+ rules for each individual email that exists.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Dynamically populate &#34;to&#34; email address for form within short code?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamically-populate-to-email-address-for-form-within-short-code#post-63085</link>
			<pubDate>Wed, 20 Jun 2012 12:59:20 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">63085@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Their is e-mail routing built into admin notifications. Have you had a look at that? Go to notifications, select routing, and have a look at the logic you can use within it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>harringtoncreative on "Dynamically populate &#34;to&#34; email address for form within short code?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamically-populate-to-email-address-for-form-within-short-code#post-63084</link>
			<pubDate>Wed, 20 Jun 2012 12:52:44 +0000</pubDate>
			<dc:creator>harringtoncreative</dc:creator>
			<guid isPermaLink="false">63084@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I have something that is a bit critical ... I am using GravityForms in conjunction with the SimpleMap plugin, and I'm rendering a form within a function that manipulates how SimpleMap will display.&#60;/p&#62;
&#60;p&#62;Within this function, I'm using the GF short code to display the form... but I need to be able to dynamically change what email address the submissions go to. They cannot go to a generic email address, but rather a specific one depending on the location being viewed.&#60;/p&#62;
&#60;p&#62;I've seen a custom function here on the forum that allows the &#34;to&#34; email address to be dynamically changes, but I'm already populating a return variable to send back to the browser for SimpleMaps ...&#60;/p&#62;
&#60;p&#62;Any ideas?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
