<?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 User Favorites: cleezy</title>
		<link><a href='https://legacy.forums.gravityhelp.com/profile/cleezy'>cleezy</a></link>
		<description>Gravity Support Forums User Favorites: cleezy</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 08:57:56 +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/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Dynamic populating"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamic-populating#post-37046</link>
			<pubDate>Tue, 04 Oct 2011 16:46:12 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">37046@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You mentioned you configured the fields on the FIRST form to be populated dynamically.  If the first form is the one passing data to the second form via the query string it is the SECOND form you would need to configure so that the fields can be populated dynamically.  You'd then give the parameter name equal to what is being passed in the query string.&#60;/p&#62;
&#60;p&#62;The field you are populating dynamically can be a hidden field or a field set to visibility to admin only.&#60;/p&#62;
&#60;p&#62;How will you know if it works if it's a hidden field or the visibility is set to admin only? You would submit the form after being redirected to it by the first form and then view the entry that is created and make sure the dynamically populated data is there.&#60;/p&#62;
&#60;p&#62;If it is not, then you didn't configure the field properly or pass the data properly via the query string.&#60;/p&#62;
&#60;p&#62;One thing to note also is some query string parameters are reserved by WordPress and can't be used.  If you use a reserved query string parameter... the page will return a 404 error.  So if you encounter that, this is why.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>liveonpage on "Dynamic populating"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamic-populating#post-37008</link>
			<pubDate>Tue, 04 Oct 2011 12:07:58 +0000</pubDate>
			<dc:creator>liveonpage</dc:creator>
			<guid isPermaLink="false">37008@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have two forms. The first, on submit is redirected to a second form and the Field Data is Passed Via Query String. I've allowed the fields on the first form to be populated dynamically and assigned a paramater name for them. On the second form I have the visibility set for only the administrator. Now I'm not sure if I'm doing this right because by doing this it is sending out two forms. So I'm not sure the data has been passed at all. How/where should the paramaters from the fields on the first form be referenced on the second form? Sorry for such a basic question and thanks in advance for your help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dijitul on "Get Routing Email Address via Post Custom Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/get-routing-email-address-via-post-custom-field#post-32372</link>
			<pubDate>Fri, 12 Aug 2011 08:39:13 +0000</pubDate>
			<dc:creator>dijitul</dc:creator>
			<guid isPermaLink="false">32372@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Awesome thank you Carl! &#38;lt;3
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Get Routing Email Address via Post Custom Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/get-routing-email-address-via-post-custom-field#post-32303</link>
			<pubDate>Thu, 11 Aug 2011 15:19:13 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">32303@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes this is possible if the form is embedded in the post containing the custom field data.&#60;/p&#62;
&#60;p&#62;- Add an Email field to your form&#60;/p&#62;
&#60;p&#62;- Edit this Email field and give it a Field Label of &#34;Send To Email&#34; or whatever you want to call it&#60;/p&#62;
&#60;p&#62;- Select the Advanced tab and make the field visibility so it is Admin Only&#60;/p&#62;
&#60;p&#62;- On the Advanced tab set the default value for that field to use the {custom_field} merge tag and pass it the name/key of the custom field you want to get the value from.  If the custom field name is email then you would use {custom_field:email}&#60;/p&#62;
&#60;p&#62;- See this screenshot as an example: &#60;a href=&#34;http://i.imgur.com/3Gr6T.png&#34; rel=&#34;nofollow&#34;&#62;http://i.imgur.com/3Gr6T.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;- Save your form&#60;/p&#62;
&#60;p&#62;- Edit your notificiations&#60;/p&#62;
&#60;p&#62;- On the Send To address for the Admin Notification you will use the merge tag for the email field you created.  You can get it using the &#34;Insert form field&#34; drop down above the Message body to insert it into the Message and then just copy-n-paste it into the Send To field.&#60;/p&#62;
&#60;p&#62;- See this screenshot as an example, your merge tag will be different as it's dynamic: &#60;a href=&#34;http://i.imgur.com/V10sf.png&#34; rel=&#34;nofollow&#34;&#62;http://i.imgur.com/V10sf.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;- Save notifications&#60;/p&#62;
&#60;p&#62;- Embed it on the post&#60;/p&#62;
&#60;p&#62;Now that email field is going to be hidden and it's going to be populated with the value of the custom field you tell it to use.  Notifications are then going to send to that address.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dijitul on "Get Routing Email Address via Post Custom Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/get-routing-email-address-via-post-custom-field#post-32279</link>
			<pubDate>Thu, 11 Aug 2011 08:24:12 +0000</pubDate>
			<dc:creator>dijitul</dc:creator>
			<guid isPermaLink="false">32279@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi there guys;&#60;/p&#62;
&#60;p&#62;I'd like to get the admin email address of whom to send to via a custom field from within a post.&#60;/p&#62;
&#60;p&#62;Idea is, when a customer adds a branch to their site, they add the name, branch location and branch email address - this is all spat out on the page and looks cool.&#60;/p&#62;
&#60;p&#62;However they want email notifications to go to the branch directly, they add quite a few branches from time to time and using the standard way of routing via GravityForms is too technical for them and not fool proof.&#60;/p&#62;
&#60;p&#62;So basically just need to get the routing address via the post custom field, is this possible?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
