PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Can end user choose where form is sent? (e.g. to different store locations)

  1. Am creating a central Website for a Car Rental franchise operation.
    http://noblecarrentals.com/quote-request/

    Is it possible for an end user to select a location and have their car rental request sent
    only to that location's email? ...and possibly also and central lead tracking email address?

    Thx.

    Posted 13 years ago on Monday July 11, 2011 | Permalink
  2. 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
  3. Perfect - Does just what client needs.

    Posted 13 years ago on Monday July 11, 2011 | Permalink