<?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 Tag: routing - Recent Topics</title>
		<link>https://legacy.forums.gravityhelp.com/tags/routing</link>
		<description>Gravity Support Forums Tag: routing - Recent Topics</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 02:57:28 +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/tags/routing/topics" rel="self" type="application/rss+xml" />

		<item>
			<title>david on "Notification routing does not work"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/notificatoin-routing-does-not-work#post-243085</link>
			<pubDate>Wed, 08 May 2013 16:56:30 +0000</pubDate>
			<dc:creator>david</dc:creator>
			<guid isPermaLink="false">243085@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If notification 'Send to' is set to a singular email address, notifications WORK.&#60;br /&#62;
If notification 'Send to' is routed to various emails depending on user input, notifications DO NOT WORK. &#60;/p&#62;
&#60;p&#62;SMTP is working.&#60;br /&#62;
Simliar topics reviewed.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>memphis on "Pre-sale questions: file uploads, progress bar"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pre-sale-questions-file-uploads-progress-bar#post-6580</link>
			<pubDate>Tue, 22 Jun 2010 20:16:33 +0000</pubDate>
			<dc:creator>memphis</dc:creator>
			<guid isPermaLink="false">6580@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm looking to have a form on a website I'm building and want to know if GF offers the features I need:&#60;/p&#62;
&#60;p&#62;- File Upload to server, not file attachment in email&#60;br /&#62;
- progress bar or any kind of indicator that it's working, for file uploads&#60;/p&#62;
&#60;p&#62;And possibly:&#60;/p&#62;
&#60;p&#62;- Selectable drop down in form for company contact which sends to the appropriate email address&#60;/p&#62;
&#60;p&#62;Hope that gets across what I'm trying to do. Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nsund on "Email routing not sending all emails"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/email-routing-not-sending-all-emails#post-84625</link>
			<pubDate>Mon, 29 Oct 2012 05:56:50 +0000</pubDate>
			<dc:creator>nsund</dc:creator>
			<guid isPermaLink="false">84625@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;I have looked through the support forum and cannot find the answer to the following question.&#60;br /&#62;
I have latest WP and gravityforms plugin.&#60;/p&#62;
&#60;p&#62;I have 2 drop downs in my form with different users (set up in routing to email to them depending on who is chosen via the drop downs). The problem is that an email is sent to the first drop down user but not to the second one in the second drop down box. What could be the problem?&#60;/p&#62;
&#60;p&#62;Kind regards&#60;br /&#62;
Nic
&#60;/p&#62;</description>
		</item>
		<item>
			<title>maurizio.gabriele on "Is that possible with Gravity?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/is-that-possible-with-gravity#post-294134</link>
			<pubDate>Sat, 01 Jun 2013 02:59:39 +0000</pubDate>
			<dc:creator>maurizio.gabriele</dc:creator>
			<guid isPermaLink="false">294134@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I need a contact form where, depending on the selected field, the email will be sent to a different address.&#60;br /&#62;
Something like this :&#60;br /&#62;
&#60;a href=&#34;http://www.jas.com/Company/Pages/ContactUs.aspx&#34; rel=&#34;nofollow&#34;&#62;http://www.jas.com/Company/Pages/ContactUs.aspx&#60;/a&#62;  (please select a region)&#60;br /&#62;
Is that possible with gravity (it seems to be...)?&#60;br /&#62;
Thank You&#60;br /&#62;
Maurizio
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nology on "Custom Routing Based On Form Fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-routing-based-on-form-fields#post-290286</link>
			<pubDate>Thu, 30 May 2013 16:34:38 +0000</pubDate>
			<dc:creator>nology</dc:creator>
			<guid isPermaLink="false">290286@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Having a bit of trouble trying to get custom routing working. I get no errors, but I also do not get the email notifications.&#60;/p&#62;
&#60;p&#62;I have two address fields and I need to get the state from each. If neither of these fields are Illinois, it should route to &#60;a href=&#34;mailto:emailone@email.com&#34;&#62;emailone@email.com&#60;/a&#62; else send to &#60;a href=&#34;mailto:emailtwo@email.com&#34;&#62;emailtwo@email.com&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;Here is my filter and function:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;quot;gform_notification_2&#38;quot;, &#38;quot;route_notification&#38;quot;, 10, 3);
// gform_notification_2 is form ID 2&#60;/code&#62;&#60;/pre&#62;
&#60;pre&#62;&#60;code&#62;function route_notification($email_to, $entry) {
global $post;
$fromstate = $entry[&#38;quot;4.4&#38;quot;]; //the first number (4) is address field id, the second number is the state field id in the address field.
$tostate = $entry[&#38;quot;12.4&#38;quot;] ; //the first number (12) is address field id, the second number is the state field id in the address field. 

if ($fromstate != &#38;quot;Illinois&#38;quot; &#124;&#124; $tostate != &#38;quot;Illinois&#38;quot;) {
		$email_to = &#38;#39;emailone@email.com&#38;#39;;
	} else {
		$email_to = &#38;#39;emailtwo@email.com&#38;#39;;
}
	return $email_to;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Any assistance would be greatly appreciated. I think my main concern/issue is that I may not be getting field values correctly.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>menagerie56 on "forms submission sent to different people based on dropdown selection"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/forms-submission-sent-to-different-people-based-on-dropdown-selection#post-270953</link>
			<pubDate>Thu, 23 May 2013 12:08:42 +0000</pubDate>
			<dc:creator>menagerie56</dc:creator>
			<guid isPermaLink="false">270953@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello, I'm looking to create a form that gets submitted to different emails based on which name is selected in a dropdown list. Is it possible to accomplish this with your plugin?&#60;br /&#62;
Thanks for your time!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>titusdco on "User Notification Routing to Separate Emails"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-notification-routing-to-separate-emails#post-268755</link>
			<pubDate>Wed, 22 May 2013 17:43:53 +0000</pubDate>
			<dc:creator>titusdco</dc:creator>
			<guid isPermaLink="false">268755@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am build an event registration form and collecting attendee name and email for up to 3 registrations. I would like to notify each attending their registration by email. One person will fill out the form but each attendee receives the email. Here is how I have the Send to configured. Only the first email is receiving the notificaiton however. &#60;/p&#62;
&#60;p&#62;What am I doing wrong? &#60;/p&#62;
&#60;p&#62;Send To* &#38;gt; Configure Routing&#60;br /&#62;
Send to {Attendee 1 Email:72} if email 1 contains @&#60;br /&#62;
Send to {Attendee 2 Email:80} if email 2 contains @&#60;br /&#62;
Send to {Attendee 3 Email:81} if email 3 contains @
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dlove93 on "Notifications for both &#34;EMAIL&#34; and &#34;ROUTING&#34;?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/notifications-for-both-email-and-routing#post-213203</link>
			<pubDate>Wed, 17 Apr 2013 13:38:14 +0000</pubDate>
			<dc:creator>dlove93</dc:creator>
			<guid isPermaLink="false">213203@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I was wondering if it it possible that when I email I can do both &#34;Routing&#34; and the normal &#34;Email&#34; way.&#60;/p&#62;
&#60;p&#62;I just need &#34;Routing&#34; for two country options but all of the rest should be just for the normal &#34;Email&#34; option.&#60;/p&#62;
&#60;p&#62;Please let me know,&#60;/p&#62;
&#60;p&#62;Thank you!&#60;/p&#62;
&#60;p&#62;Daniel
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gsadirect on "Form Submission Directed to Specific Email Depending on Radio Button Selection"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-submission-directed-to-specific-email-depending-on-radio-button-selection#post-211787</link>
			<pubDate>Tue, 16 Apr 2013 13:44:00 +0000</pubDate>
			<dc:creator>gsadirect</dc:creator>
			<guid isPermaLink="false">211787@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I have a radio button section on my form. The two choices are &#34;yes&#34; and &#34;no.&#34; &#60;/p&#62;
&#60;p&#62;If &#34;yes&#34; is selected, I want the form submission to go to a specific email address.&#60;/p&#62;
&#60;p&#62;If &#34;no&#34; is selected, I want the form submission to go a different email address.&#60;/p&#62;
&#60;p&#62;How do I accomplish this?  Please advise.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jasonb on "Dynamic Populated Dropdown problem"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamic-populated-dropdown-problem#post-73303</link>
			<pubDate>Thu, 30 Aug 2012 13:08:29 +0000</pubDate>
			<dc:creator>jasonb</dc:creator>
			<guid isPermaLink="false">73303@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I was planning on using a dynamic populated dropdown to determine how to send out notifications.  However in the notifications area I have no options to choose from when I select the dropbox.  Is there a way to get a textbox instead of the dropbox so I can manually fill in the options in the notifications area?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
