Yes, but how you implement it is going to depend on how many locations you have.
The Admin Notification has a feature called Routing on the Send To address. It lets you send the Admin Notification to an email address based on a selection made on the form. So if you have a drop down with a list of locations, you can configure your Admin Notification so that based on the selection made in that drop down the notification is sent to a specific email address. Routing is configured on the Admin Notification by configuring the Send To to use Routing and then configuring the Routing.
If your needs are more complex and you are going to be dealing with a very large number of locations then you could also set the admin notification send to address dynamically using custom PHP. There is a hook you can use to set the Send To address using PHP. Documentation for it can be found here:
http://www.gravityhelp.com/documentation/page/Gform_notification_email
Posted 13 years ago on Monday July 11, 2011 |
Permalink