Need help displaying calculated survey results with conditional HTML field

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!

My first instinct would be to confirm that the HTML is formatted correctly. If there’s an unclosed div (or something like that), it might not displayed.

Next, I know you said the conditional logic was configured correctly but I would double check by removing all of the conditional logic and confirming if the field appears as expected.

Lastly, if you have a URL to the form and the ID of the HTML field, I’d be happy to take a closer look. :+1: