Can I do this with Gravity Forms? How?

My goal is to do a test with questions and answers and be able to insert it on my website. Also, I would like to connect it with Hubspot.

Each answer has a score, for example:

  1. Do you feel affected by the time change over the last two weeks?

Answers:

Not at all: It is 0

Level: Is 1

Moderately: It is 2

Severely: It is 3

  1. Have you felt affected by the change in weather over the last two weeks?

Answers:

Not at all: It is 0

Level: Is 1

Moderately: It is 2

Severely: It is 3

If your answer to the first question is Level (1) and your answer to the second question is Moderately (2) your total score would be 3.

Based on those scores you will get a result.

For example:

From 0-3: You are depressed

From 3-6: You have to exercise

….

THANK YOU!!!

You could do this with regular radio button fields and use the option “show values” within Edit Choices to set the scoring value in your list above. The value is where you’ll be storing numeric values or scores for each of your answers to each question. That’s #2 on the diagram on this page: https://docs.gravityforms.com/edit-choices-flyout/

You’ll also need a hidden number field to store the calculation that adds up all of those values and gets your final score. Our Using Calculations will help you with that part:

To make sure the calculations uses the ‘value’ in the calculations, you want to use the :value modifier:

Finally, based on your calculation and the total you come up with, you’ll show the final page that fits within the “score” range with conditional logic.
in this case, you’ll use Conditional Logic on the ‘page’ settings:

Hopefully this will get you started; if you need some additional help, please let us know!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.