1
0
-1

Hi experts. How do I display sets of questions based on select box option. What I want to do is the user will first select an option from the select box, let say option1. Then a set of 5 questions is displayed relating to the option1.

I know we can modify the Visibility Control Rules for a section to be display based on the value, however this will display everything in the section. I want to be able to control which question is display based on the option and some question can be available for more than one option for example:


Option1 → Question 1, 2, 3, 4, 5

Option2 → Question 1, 2, 5, 8, 9

Option3 → Question  2, 3, 5


I can easily create multiple sections and use Visibility Control Rules to display certain sections based on value. But if there are easier or better option, please do inform me. I really require your expertise and knowledge regarding this matter. Thank you in advance.

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hi, you could try some of the articles found in the KB below to see which fits your need best:

      Selectbox Grouping Dependency Based on Parent Form Field

      Dynamic Cascading Drop-Down List

      Show and Hide Form Sections

      You could also use your own custom JavaScript if you really need to by placing the code in a Custom HTML element.

        CommentAdd your comment...