Hi,
I am trying to create a form in which based on the calculated score of the questions, I set the value of a hidden field.
Example-
Hidden field - @hidden
If
Score < 5 then @hidden = “ABC”
Score > 10 then @hidden = “XYZ
Is this approach possible?