Help on showing certain questions and jumping others

@Kal_Lam

So i have thought of this implementation. And how to go about it but I need your help.

Q1. How many brands are available at the shop?(Multi select question)
Opt1: Verna
Opt2: Bel~Aqua
Opt3: Awake
Opt4: NERO

Now in Q2, I want to ask straight answers based on selected options from Q1.
Eg. If the user selects Opt 1 & Opt 3.

I want to ask the following questions.
a) Is Verna 500ml available at the moment.
Opt1: Yes [NB: If yes, go on to the subsequent questions,]
Opt 2: No [NB: If No jump to question b]
b) How many items are available? (Integer)
c) What is the average price? (Decimal)

b) Is Verna 750ml available at the moment.
Opt1: Yes [NB: If yes, go on to the subsequent questions,]
Opt 2: No [NB: If No jump to question c]
b) How many items are available? (Integer)
c) What is the average price? (Decimal)

c) Is Verna 1.5l available at the moment.
Opt1: Yes [NB: If yes, go on to the subsequent questions,]
Opt 2: No [NB: If No jump to question d]
b) How many items are available? (Integer)
c) What is the average price? (Decimal)

d) Is Awake 500ml available at the moment.
Opt1: Yes [NB: If yes, go on to the subsequent questions,]
Opt 2: No [NB: If No jump to question e]
b) How many items are available? (Integer)
c) What is the average price? (Decimal)

e) Is Awake 750ml available at the moment.
Opt1: Yes [NB: If yes, go on to the subsequent questions,]
Opt 2: No [NB: If No jump to question f]
b) How many items are available? (Integer)
c) What is the average price? (Decimal)

f) Is Awake 1.5l available at the moment.
Opt1: Yes [NB: If yes, go on to the subsequent questions,]
Opt 2: No [NB: If No jump to question g]
b) How many items are available? (Integer)
c) What is the average price? (Decimal)

Please I have aligned to this. I want to implement it this way. Kindly help me out with how to go about it. Thanks @Kal_Lam You have been helpful so far, :relaxed:

This is what I have tried so far but when I select multiple responses from the Q1, it submits the form but when I choose one response, it proceeds to answer the sub-questins, Q2.

Yes, you could use the skip logic to make the questions visible as discussed in the post discussed previously: