Hello all,
I’m building a survey using Gravity Forms that should display a calculated result after users complete the questionnaire.
Here’s what I’ve done so far:
Created multiple radio button fields with values 1 to 7 (e.g., “Strongly Disagree” to “Strongly Agree”).
Added a Number field with calculation enabled, using a formula summing all those radio button values.
Created an HTML field with some interpretation text, like:
<h4>High Denial (46–70)</h4>
<p>Your results are …</p>
Set conditional logic on the HTML field to show only when the calculated total score is greater than or equal to 46 (I also tried the “between 46 and 70” option).
However, when I preview or submit the form, the HTML field never appears, and the calculated results don’t show.
I’ve ensured The calculation formula references the correct fields.
The Number calculation field is visible during testing.
Conditional logic is properly configured.
Is there something I’m missing or doing wrong? Has anyone successfully displayed calculated results conditionally within a form like this? Any advice would be much appreciated!
Thanks in advance!