Let's say I have 10 important categories. When someone logs into the survey they are asked to pick one of the ten categories. Based on what they pick, they are shown N default text responses and can add N of their own text response if necessary.
Now I need the default responses plus any user-generated responses to carry forward to a few other questions. Instead of creating branch logic 10 times for each category, ideally, the carry forward logic will be conditional on what the respondents chose in the first question, and added in the second question.
As I have it right now, the questions populate properly but I have to make a ton of branches and it is quickly getting cumbersome. I'm certain there is an easier way to do this.
Any help would be greatly appreciated.
conditionally pipe responses
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.