Hi! I’m creating an order form for t-shirts. The respondents need to be able to tell me if they need to order additional shirts, and if so, how many additional shirts they need in each size. If I have a multiple choice question to ask, “What additional adult size(s) would you like ordered?”, and they select 3 different sizes, can the logic jump to questions based on the 3 sizes selected to get the number needed for each size?
Example:
- Small
- Medium
- Large
- XL
- XXL
If they select small, large, and XXL, can the logic jump to questions:
- How many small shirts do you need?
and then,
- How many large shirts do you need?
and then,
- How many XXL shirts do you need?
Thank you for any help you can provide!