Different results on certain answers

  • Joris
    Asked on November 8, 2017 at 6:18 AM

    Hi guys,


    I have a customer and she wants a form with A/B questions.

    More A is a different result (message) than more B answers.


    Is it possible to show a different text or send them to a different url with information about there choices?


    If so how is it possible?


    Thanks!

  • Chriistian Jotform Support
    Replied on November 8, 2017 at 9:44 AM

    Yes, you can count the number of selected A's or B's by using the Input table field. You can check this sample form that I have created: https://form.jotform.com/73113434110944. On the sample form, I have added an Input Table field for the Question. Then assign a value to be used for the calculation. You can check this guide for instructions on how to assign values on the Input Table Field: How to Assign Calculation Value.

    15101515312017 11 08 2223 Screenshot 10

    Then add a Form Calculation widget to compute for the selected answers.

    15101516482017 11 08 2225 Screenshot 21

    Setup the formula in the calculation field like this:

    1. Click Add Field.

    15101520482017 11 08 2236 Screenshot 32

    2. Select the Input Table Field.

    15101520692017 11 08 2236 001 Screenshot 43

    3. Form A Count select all checkbox in Column A. Form B Count select all checkbox in Column B.

    15101520902017 11 08 2237 Screenshot 54

    4. Add [+] to your formula to sum the values.

    15101521922017 11 08 2241 Screenshot 65

    You can check this guide for more information about the Form Calculation Widget: How to Perform Form Calculation Using a Widget.

    Then once you have the count for the selected answers, you can use conditional logic to show/hide different text or redirect the user to a different URL. You can check this guide for more information: Smart Forms Using Conditional Logic.