Answered

Add values to hidden fields based on score

  • 16 August 2022
  • 3 replies
  • 109 views

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?

icon

Best answer by john.desborough 17 August 2022, 03:23

View original

3 replies

Userlevel 7
Badge +6

@sidda - simplify it - create it just as a variable ie in logic create the variable hidden as s text variable with no value in it by default

 

then use the logic rules as you mention. 

des

That Works. 
Thanks for your help John!

Userlevel 7
Badge +5

Feel free to send your form to us so we can test it. We can also give you some feedback on it! 😉

Reply