Sending an email to different address depending on country on form

Hi, is it possible to create a form that will send an email to a specific address depending on the geo location chosen on the form? We have regional managers and what we are trying to accomplish is to create one support form (ticket submission) that will send the email of the form submission to the relevant address depending on the country chosen on the form.
Any help is much appreciated! :grin:

Hi,

You can use the getCurrentGeolocation() function in the wix-window API to retrieve the userโ€™s IP-based location coordinates. Based on those coordinates, you can trigger an email with code by referring to the steps here . Take a look at this example here to find out how to find the exact coordinates of a location, or given the coordinates, discover the name of the location.

Best regards,
Edward | Corvid Team