Iโm wondering how a form and navigate back to the first question but to a clear, unanswered version.
My first question is a drop down and i want each time a different answer is selected, for the following questions to apply to each new answer selection on that first drop down and generate a new set of answers each time.
thanks
J
Best answer by john.desborough
@Liz@yaddleif - you could have the user submit form after each question and redirect the user on completion back to the same form to start again
use a hidden variable like v_done (default value = no) to pass from the first time in the form, where they might see the Welcome screen, so that if v_done is set to yes (use a logic rule to do this) it goes to the question and not the welcome screen.
Hi @yaddleif Thanks for stopping by the community! You could use this kind of logic jump, but one thing I will note is that if youโd like the responses recorded every time, Iโm afraid this isnโt possible. We donโt quite have a looping feature yet, so you would essentially need to show the question as many times as youโd like it to be recorded in their answers.
@Liz@yaddleif - you could have the user submit form after each question and redirect the user on completion back to the same form to start again
use a hidden variable like v_done (default value = no) to pass from the first time in the form, where they might see the Welcome screen, so that if v_done is set to yes (use a logic rule to do this) it goes to the question and not the welcome screen.
just a loop-y though
des
Hello
Iโm wondering how a form and navigate back to the first question but to a clear, unanswered version.
My first question is a drop down and i want each time a different answer is selected, for the following questions to apply to each new answer selection on that first drop down and generate a new set of answers each time.
thanks
J
Page 1 / 1
Hi @yaddleif Thanks for stopping by the community! You could use this kind of logic jump, but one thing I will note is that if youโd like the responses recorded every time, Iโm afraid this isnโt possible. We donโt quite have a looping feature yet, so you would essentially need to show the question as many times as youโd like it to be recorded in their answers.
@Liz@yaddleif - you could have the user submit form after each question and redirect the user on completion back to the same form to start again
use a hidden variable like v_done (default value = no) to pass from the first time in the form, where they might see the Welcome screen, so that if v_done is set to yes (use a logic rule to do this) it goes to the question and not the welcome screen.