How to determine end screen based on hidden field? | Community
Skip to main content
Question

How to determine end screen based on hidden field?

  • April 23, 2024
  • 1 reply
  • 152 views

I’d like to add logic to my form, to send users to an end screen determined by the hidden field. The survey respondents should still go through the rest of the form first.

 

At the moment, I’m only seeing the option to either send them to the next question, or send them straight to the end. The hidden field is looking at the starting logic rather than the end.

 

It’s worth mentioning I do have other conditional logic already in the form, which sends users off to different questions. But the end screen should then be determined by that hidden field. Is there a way to do this?

 

1 reply

john.desborough
Forum|alt.badge.img+6
  • Certified Partner & Champion
  • 5381 replies
  • April 23, 2024

@kellywhat - just put that logic on the very last question in your flow - not at the beginning of the form… 

ie on q37 (an example only) 

  • if @hidden_field = karen go to ending_karen
  • if @hidden_field = john go to ending_john

des


Reply