<?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: Contact Form: Different email per Page</title>
		<link>https://legacy.forums.gravityhelp.com/topic/contact-form-different-email-per-page</link>
		<description>Gravity Support Forums Topic: Contact Form: Different email per Page</description>
		<language>en-US</language>
		<pubDate>Fri, 03 Apr 2026 18:55:05 +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/contact-form-different-email-per-page" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Contact Form: Different email per Page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/contact-form-different-email-per-page#post-55872</link>
			<pubDate>Thu, 19 Apr 2012 16:51:14 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">55872@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Resolved via email.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Contact Form: Different email per Page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/contact-form-different-email-per-page#post-55825</link>
			<pubDate>Thu, 19 Apr 2012 14:25:06 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">55825@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you send me a WP Admin login to &#60;a href=&#34;mailto:rob@rocketgenius.com&#34;&#62;rob@rocketgenius.com&#60;/a&#62; and reference this post so I can check it out.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cmccrone on "Contact Form: Different email per Page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/contact-form-different-email-per-page#post-55823</link>
			<pubDate>Thu, 19 Apr 2012 14:21:32 +0000</pubDate>
			<dc:creator>cmccrone</dc:creator>
			<guid isPermaLink="false">55823@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Im doing something wrong. &#60;/p&#62;
&#60;p&#62;[gravityform id=&#34;4&#34; name=&#34;Contact This Organizer (San Diego, CA)&#34; title=&#34;false&#34; description=&#34;true&#34; field_values=&#34;name here&#34;]&#60;/p&#62;
&#60;p&#62;---- Regarding the above short code ----&#60;br /&#62;
Field_Values: Is this supposed to say field_values or something else? Am i supposed to use the name of the field that I'm using (choices field)? or parameter name (city)?&#60;/p&#62;
&#60;p&#62;---- My Choice Fields ----&#60;br /&#62;
LABEL: San Diego&#60;br /&#62;
VALUE: sandiego  (is this correct?)&#60;/p&#62;
&#60;p&#62;---- Populated Dynamically ----&#60;br /&#62;
Allow field to be populated dynamically is checked&#60;/p&#62;
&#60;p&#62;PARAMETER NAME: city  (is this correct?)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Contact Form: Different email per Page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/contact-form-different-email-per-page#post-55537</link>
			<pubDate>Tue, 17 Apr 2012 15:44:41 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">55537@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'd just use the name instead of email for the drop down value. In your short code you would put:&#60;/p&#62;
&#60;p&#62;[gravityform id=&#34;4&#34; name=&#34;Contact This Organizer (San Diego, CA)&#34; title=&#34;false&#34; description=&#34;true&#34; field_values=&#34;namehere&#34;]&#60;/p&#62;
&#60;p&#62;Obviously the namehere would get replaced appropriately. In the routing you would select the drop down and then the agent and place their email.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cmccrone on "Contact Form: Different email per Page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/contact-form-different-email-per-page#post-55518</link>
			<pubDate>Tue, 17 Apr 2012 14:38:21 +0000</pubDate>
			<dc:creator>cmccrone</dc:creator>
			<guid isPermaLink="false">55518@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Awesome. I understand the concept now. Thank you!&#60;/p&#62;
&#60;p&#62;Id rather not have the ?agent_name=ChrisM in the link.&#60;/p&#62;
&#60;p&#62;Im guessing the short code is best?&#60;/p&#62;
&#60;p&#62;MY FORM&#60;br /&#62;
- First Name &#124; Last Name&#60;br /&#62;
- Email&#60;br /&#62;
- Message (Paragraph Text)&#60;br /&#62;
- Drop down for all my agent/city pages (admin only, Allow Populated Dynamically)&#60;br /&#62;
- - - CHOICES -  Label: San Diego  Value: &#60;a href=&#34;mailto:ChrisM@Example.com&#34;&#62;ChrisM@Example.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;What do I add to my short code? Here is my current short code.&#60;br /&#62;
[gravityform id=&#34;4&#34; name=&#34;Contact This Organizer (San Diego, CA)&#34; title=&#34;false&#34; description=&#34;true&#34;]&#60;/p&#62;
&#60;p&#62;---------------------------&#60;/p&#62;
&#60;p&#62;Other than that, on the notifications page, under routing, how do I make it email ONLY that agent in that city? (one agent/city per page).&#60;/p&#62;
&#60;p&#62;Again thank you so much for your help.&#60;/p&#62;
&#60;p&#62;Chris
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Contact Form: Different email per Page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/contact-form-different-email-per-page#post-55419</link>
			<pubDate>Mon, 16 Apr 2012 17:11:31 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">55419@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Your Form would be the 3 fields you have listed above, &#60;strong&#62;plus&#60;/strong&#62; the Admin Only radio or drop down field that lists the names, in this instance, go ahead and just try it out with the two agents, you can always add more agents later if all goes well.&#60;/p&#62;
&#60;p&#62;On the Admin Only field, you want to set that to populate dynamically and in here put a parameter name, such as agent_name.&#60;/p&#62;
&#60;p&#62;Then, on your URL you could have:&#60;/p&#62;
&#60;p&#62;Example.com/California/Anaheim-Agent/?agent_name=ChrisM&#60;/p&#62;
&#60;p&#62;The query string parameter just has to match your value exactly. That should populate the admin only field. Now in your notification settings on your form, you should be able to set each email address for the two people here accordingly via the routing option.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cmccrone on "Contact Form: Different email per Page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/contact-form-different-email-per-page#post-55418</link>
			<pubDate>Mon, 16 Apr 2012 17:05:59 +0000</pubDate>
			<dc:creator>cmccrone</dc:creator>
			<guid isPermaLink="false">55418@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ok thank you!&#60;/p&#62;
&#60;p&#62;I see where this is going but haven't quite got it. I have been reading those dynamic/parameter pages on your site and I'm almost there.........I think.&#60;/p&#62;
&#60;p&#62;Example Pages:&#60;br /&#62;
1)  Example.com/California/Anaheim-Agent&#60;br /&#62;
2) Example.com/California/San-Diego-Agent&#60;/p&#62;
&#60;p&#62;Example Agents:&#60;br /&#62;
1) Anaheim&#60;br /&#62;
- Name: Chris M&#60;br /&#62;
- Email: &#60;a href=&#34;mailto:Chris@AnaheimAgent.com&#34;&#62;Chris@AnaheimAgent.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;2) San Diego&#60;br /&#62;
- Name: Amy G&#60;br /&#62;
- Email: &#60;a href=&#34;mailto:Amy@SanDiegoAgent.com&#34;&#62;Amy@SanDiegoAgent.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Now how would I make a form like this.....&#60;br /&#62;
Name:&#60;br /&#62;
Email:&#60;br /&#62;
Message:&#60;/p&#62;
&#60;p&#62;.......get sent to the page related agent.&#60;br /&#62;
1)  Example.com/California/Anaheim-Agent&#60;br /&#62;
2) Example.com/California/San-Diego-Agent&#60;/p&#62;
&#60;p&#62;Sorry about all the detail, just trying to make things a little more clear for me.&#60;/p&#62;
&#60;p&#62;Chris
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Contact Form: Different email per Page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/contact-form-different-email-per-page#post-55408</link>
			<pubDate>Mon, 16 Apr 2012 16:42:25 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">55408@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I would try doing this with dynamic population on a radio or drop down field that is set to admin only. You could populate each of the options with the professionals name. Then pass in the data on those pages to populate the option accordingly.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Using_Dynamic_Population&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Using_Dynamic_Population&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Then, in your notifications area for the form, you can setup routing that will go to the appropriate email based on each option.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cmccrone on "Contact Form: Different email per Page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/contact-form-different-email-per-page#post-55406</link>
			<pubDate>Mon, 16 Apr 2012 16:36:41 +0000</pubDate>
			<dc:creator>cmccrone</dc:creator>
			<guid isPermaLink="false">55406@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I have a website with professionals in 50+ different cities (one professional per city/page)&#60;/p&#62;
&#60;p&#62;What is the easiest way to create a contact form with a different email address for each city/page so that my customers can  contact people in their city with GravityForms.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
