How to send notification to specific email address based on the device used?

  • AdamCKL
    Asked on October 12, 2015 at 10:45 PM

    I want to send email to different email address on mobile and website. How can I do it?

  • Elton Support Team Lead
    Replied on October 13, 2015 at 2:20 AM

    I think there's a possible workaround. Let us please check this further and get back to you with updates. Stay tuned!

  • Elton Support Team Lead
    Replied on October 13, 2015 at 11:55 AM

    That's possible using the following workaround.

    1. Create two notifiers in your form and label it accordingly so you can conveniently browse these on conditions later on. Example:

    How to send notification to specific email address based on the device used? Image 1 Screenshot 60

    2. Add "Hidden Box" widget in your form and enable Browser Info. This will capture the user's browser information. This includes "Desktop" and "Mobile" keywords depending on the device used. We can use these keywords to trigger specific notification that is relevant on the keyword. See step 3.

    How to send notification to specific email address based on the device used? Image 2 Screenshot 71

    3. Create a condition that If "Hidden Box" Contains "Mobile" or "Desktop" keyword, send the relevant notification to the email you want.

    Here's how:

    a. Click Conditions button while on the form builder. Then select "Send an Email After Submission" condition.

    How to send notification to specific email address based on the device used? Image 3 Screenshot 82

     

    b. Here's a sample condition for Mobile

    How to send notification to specific email address based on the device used? Image 4 Screenshot 93

     

    And this condition for Desktop

    How to send notification to specific email address based on the device used? Image 5 Screenshot 104

    I have tested this and it works perfectly fine. Here's a sample form with working condition https://form.jotform.com/52851137913961?. You can clone this form if you want to so you can check its conditions.

    If you need further clarifications, let us know.

  • AdamCKL
    Replied on October 13, 2015 at 11:34 PM

    OK thank you. It works now.

  • Elton Support Team Lead
    Replied on October 14, 2015 at 12:36 AM

    Great! Thank you for letting us know. Cheers!