I am trying to create a situation where there is a multiple choice question that allows multiple selections from a list of 28 choices. For every selection they make, I would like the logic array to connect to only the other forms (questions) that are associated with each of the original 28 choices and for it to ignore any form associated with choices that were not selected in the original multiple choice question.
For Example…
What would you like to customize?
A
B
C
D
E
All selections (A, B, C, D, E) have separate follow up content sections associated with them
The customer selects B, D, and E
They should be taken to only the sections associated with B, D, E, and no others, then allowed to submit the info.
What would my logic array look like?