How to insert new questions based on previous answer (Cascading forms)

hello, I would like to know how I can insert new questions based on the number that would have been inserted in the previous question. For example, a user inserts 5 in an input box then 5 more questions appear afterward.

Thank you.

Hi @tapiwa3 and welcome to the community!

There are some solutions can help you to achieve that:

With select_one option:

With integer option:

If you need further help, feel free to ask!

All the best,

1 Like

Thank you very much, So this is based on the select_one option, is there a way only to use the number input box (for example a user inserts 5 in the num box then 5 questions appear).

@tapiwa3 the second option which is called integer is another way of saying number input box. You can check that link

1 Like

@hakan_cetinkaya thank you very much, i appreate

2 Likes