Is it possible to have 2 drop-down menus, with the value of the second depending on what is selected in the first one?
I'll explain what I'm doing, then it may make more sense.
I creating a site for a foundation that teaches various courses. The first drop-down will have a list of all the courses and the second drop-down will have a list of course lengths (1 day, 2 day, longer). The user can select their course from the first drop-down, and the second will automatically show the length of that course.
The idea is that the second drop-down will be hidden, but further sections will depend on the length of the course, using conditional logic.