Hello everyone!
I am trying to design a simple form where a visitor would select an option from a drop down field in a form and, depending on their selection, more fields would be revealed below.
For example, depending on the client’s age, I want to collect different information so if a client selects 18-25 or 26-30 different fields will show up below depending on the answer. Is this currently possible?
I considered using interactions to have certain drop down field options change hidden divs to visble but it appears you cant assign a class to individual choices. Any help is greatly appreciated!