Enumeration outcome

0
Hi, I have a form with an enumeration. Let's say the enumeration has an option A and B. When I choose option A, I want different questions in the rest of the form, than when I choose option B.  How can I achieve this? Regards, Nico
asked
1 answers
1

Nico,

You can add all of the questions to your form (for both option A and option B) and make each question conditionally visible.  View the properties of each question and make it visible if the enumeration value is A or B as appropriate.

Mike

answered