Hi,
I have created a form and I’m now trying to add logic jumps on some questions based on hidden fields.
For example, If I’m having 5 questions on my form let’s say A,B,C,D,E and five hidden fields hidden_a, hidden_b, …hidden_e respectively.
I’m trying to add a logic such that if hidden field hidden_a contains some value so skip Ques. A and jump to Ques.B, similarly if there is some value for hidden_c then starting with Ques.A then go to Ques.B and then to Ques.D by skipping Ques.C.
Hope I’m able to explain my expectations. Any help is much appreciated.
Thanks!