We have an issue intake form where depending on the answer to the last question in the top (common) section of the form, the requestor should go to either Section A or Section B of the form. However, once they are done with either section (A or B), we want the form to stop asking questions.
Using A and B as variables for the actual section names, there is a question at the end of the top (common) section of form
Which Section To Fill Out?
Section A
Section B
This is the skip logic I am currently using
And
If Which Section to Fill Out? [Section A] is [Selected]
Then skip to: Section A
Or
Otherwise skip to: Section B
Using the above skip logic I get the following behavior:
What we want is for the form to stop after the last question in section A is completed
Thank you in advance!
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Yeah, I'd take another look bc that should do it. You'd have all of section A have logic to only display if X is selected, and same for section B. You'd tie the logic to this question you described: "last question in the top (common) section of the form, the requestor should go to either Section A or Section B of the form." Check that you're selecting display, not skip. You need to set the logic in both sections A and B.
I like to use display logic in forms instead of skip logic. I'd try that out - user only sees (is displayed) section A or B based on a starting question. More on display & skip logic here.
Views
Replies
Total Likes
Sorry, but that doesn't seem to work either... both sections are still displayed, unless I'm messing it up. Thanks.
Views
Replies
Total Likes
Yeah, I'd take another look bc that should do it. You'd have all of section A have logic to only display if X is selected, and same for section B. You'd tie the logic to this question you described: "last question in the top (common) section of the form, the requestor should go to either Section A or Section B of the form." Check that you're selecting display, not skip. You need to set the logic in both sections A and B.