How can I send out emails depending on highest score of 4 different variable values?

  • carsontate
    Asked on January 16, 2015 at 4:42 PM

    I have values added to certain questions and have the totals added up with the calculation widget (4 different categories). In another section I used the calculation widget  to show the category with the highest score. 

     

    Heres what I need: A customized email to be sent depending on which category scored the highest. I set up each individual email to be sent by the user selecting the category from a radio button, but I do not want it to be done that way. I need it to go out automatically without the user having to do anything but take the survey. All the calculations will be hidden.

     

    Also, using the Max function-Can it only show the field name and not the actual value?

     

    Thank you,

    Aja L.

     

  • David JotForm Support Manager
    Replied on January 16, 2015 at 6:30 PM

    1) Simply get the Id of each Form Calculation widget:

    a) Click on the gear icon

    b) Click on Show Properties 

    c) Copy the highlighted ID

    How can I send out emails depending on highest score of 4 different variable values? Image 1 Screenshot 30

    2) Here is the example of the first condition statement:

    How can I send out emails depending on highest score of 4 different variable values? Image 2 Screenshot 41

    Basically you will have to make four condition statements where you need to compare each Form Calculation widget with the others. Let us know if you have more questions, we will be glad to assist you.