<?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: One contact form for multiple emails</title>
		<link>https://legacy.forums.gravityhelp.com/topic/one-contact-form-for-multiple-emails</link>
		<description>Gravity Support Forums Topic: One contact form for multiple emails</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 10:09:30 +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/one-contact-form-for-multiple-emails" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "One contact form for multiple emails"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/one-contact-form-for-multiple-emails#post-30401</link>
			<pubDate>Tue, 19 Jul 2011 10:41:49 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">30401@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That can work too, it is one of many different ways you could accomplish what you are trying to do.  Another way I would suggest is using a drop down and letting the user select the person they want to contact from the drop down.  You could also pre-populate this drop down via the link to the form.  &#60;/p&#62;
&#60;p&#62;To do this you would do the following:&#60;/p&#62;
&#60;p&#62;- Edit your form&#60;br /&#62;
- Add a Drop Down field to your form&#60;br /&#62;
- Give it a Field Label of &#34;Who would you like to contact?&#34; or whatever you want to call it&#60;br /&#62;
- Select the &#34;Enable Values&#34; checkbox&#60;br /&#62;
- Configure the options so the Label has the persons name and the value has the persons email address.  See this screenshot: &#60;a href=&#34;http://i.imgur.com/uFSDG.png&#34; rel=&#34;nofollow&#34;&#62;http://i.imgur.com/uFSDG.png&#60;/a&#62;&#60;br /&#62;
- Save your form&#60;/p&#62;
&#60;p&#62;Now to use this in the Send To you would:&#60;/p&#62;
&#60;p&#62;- Edit the Notifications for that form&#60;br /&#62;
- Get the Merge Tag for the Drop Down you created by inserting it into the Message Body and then copy-n-pasting it into the Send To field&#60;br /&#62;
- Modify the merge tag to request only the value, you do this by adding an additional option to the merge tag.  You would change this: {My Field Name:5} to this: {My Field Name:5:value}&#60;br /&#62;
- Save your notifications&#60;/p&#62;
&#60;p&#62;If you did the above steps properly, the Send To would now be set by the value of the drop down you created which allows the user to select which staff member they wish to contact and that persons email address is populated via the value of that drop down field.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jackson Murphy on "One contact form for multiple emails"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/one-contact-form-for-multiple-emails#post-30386</link>
			<pubDate>Tue, 19 Jul 2011 09:25:57 +0000</pubDate>
			<dc:creator>Jackson Murphy</dc:creator>
			<guid isPermaLink="false">30386@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Chris for your response.&#60;/p&#62;
&#60;p&#62;I actually had it the way you mention... using a drop down box and routing. The client accidentally deleted it :)&#60;/p&#62;
&#60;p&#62;So I was looking for another way to do it...&#60;br /&#62;
I ended up with 2 hidden fields...&#60;br /&#62;
One that is dynamically populated using a query string...&#60;br /&#62;
&#60;a href=&#34;http://www.galanticpa.com/about/staff-directory/contact-staff?staff=melanie.simmons&#34; rel=&#34;nofollow&#34;&#62;http://www.galanticpa.com/about/staff-directory/contact-staff?staff=melanie.simmons&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The other hidden field contains the variable for the email address: @galanticpa.com&#60;br /&#62;
I couldn't figure out how to pass an email address in a query string. It kept stripping the @ sign.&#60;/p&#62;
&#60;p&#62;In Notifications, I list out the two variables in the Send to Email&#60;br /&#62;
{Staff Name:10}{GalantiCPA.com:9} = &#60;a href=&#34;mailto:melanie.simmons@galanticpa.com&#34;&#62;melanie.simmons@galanticpa.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Seems to be working!&#60;br /&#62;
What do you think?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "One contact form for multiple emails"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/one-contact-form-for-multiple-emails#post-30369</link>
			<pubDate>Mon, 18 Jul 2011 23:02:34 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">30369@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This is called routing and is built in to Gravity Forms.&#60;/p&#62;
&#60;p&#62;Create your form with a drop down select box or radio buttons with all the names of people you might want to route the form submission to.  Once that's done, Update the form (save) and then click the &#60;a href=&#34;http://www.galanticpa.com/wp-admin/admin.php?page=gf_edit_forms&#38;amp;view=notification&#38;amp;id=1&#34; title=&#34;maybe this is the link to notifications for form 1&#34; rel=&#34;nofollow&#34;&#62;Notifications link&#60;/a&#62; above your form. (that link may or may not work.)&#60;/p&#62;
&#60;p&#62;There , you will see &#34;Send to email&#34;  and then radio buttons for &#34;Email&#34; and &#34;Routing&#34;.  Click routing, and you will be able to set up an email address to use based on a condition met in the form.  For example, if you had a drop down of Departments, you could route email to mary if the selection was Customer Service, or john if the selection was Sales.&#60;/p&#62;
&#60;p&#62;In your case, you have real names.  Just match up the real name with their real email (which will never be shown in the form) and you'll be good to go.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://min.us/mbRQMmZ&#34; rel=&#34;nofollow&#34;&#62;Screenshot&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Routing is what you want.  I see you started on it with a query string setup, but you're making it hard on yourself there.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jackson Murphy on "One contact form for multiple emails"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/one-contact-form-for-multiple-emails#post-30361</link>
			<pubDate>Mon, 18 Jul 2011 19:17:15 +0000</pubDate>
			<dc:creator>Jackson Murphy</dc:creator>
			<guid isPermaLink="false">30361@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;br /&#62;
I'm trying to figure out the best solution for this situation.&#60;br /&#62;
I have a page that lists out a bunch of email/contacts.&#60;br /&#62;
I would like to have one form that would email each person depending on which the user selects...&#60;/p&#62;
&#60;p&#62;Here's the Staff directory page...&#60;br /&#62;
&#60;a href=&#34;http://www.galanticpa.com/about/staff-directory/&#34; rel=&#34;nofollow&#34;&#62;http://www.galanticpa.com/about/staff-directory/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If you click on Ginny, then a form would pop up and you could email Ginny.&#60;br /&#62;
I want to be able to use the same form but somehow pass a variable that would define the email to send the data to...&#60;/p&#62;
&#60;p&#62;Any ideas/solutions?&#60;br /&#62;
Thanks!&#60;br /&#62;
Jackson
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
