Trying to figure out how to use Gravity Forms Radio button fields to derive the number of times the user has entered the first choice, the number of times the second choice and the number of times the third choice.
So I have created the form with multiple radio button questions with the three choices. The choices are different for each question - but the radiobutton ‘Value’ for each choice set to A, B or C depending on whether it is first, second or third choice.
At the end of the quiz I want to display the frequency of first choice across all the questions, frequency of second choice across all the questions, and frequency of third choice across all the questions. And depending on which one (i.e. A, B or C) is biggest, display a friendly message to the user.
For example:
Q1. How would you rate Gravity Forms functionality
A. Amazing , B. Adequate, C. Not adequate
Q2. How would you rate Gravity Forms value for money
A. Cheap , B. Average, C. Expensive
Q3. How would you rate Gravity Forms Support
A. Great , B. Average, C. Terrible
Results: to display
Number of ‘A’s = 1, Number of ‘B’s = 2 and number of ‘C’s = 0
You have rated the product predominantly ‘B’ based on the three Questions.