Hi, this is my first question on Bubble so please be gentle…
I have a form that allows a user to view/update their profile. I have a couple of Dropdowns based on option sets. I want to be able to show the contents of the second dropdown filtered based on the contents of the first. So for example if the user selects ‘Fruit’ from the first dropdown, they only see the associated Fruit options in the second dropdown :
Dropdown Option List 1:
Fruit
Sports Cars
Classical Music Composers
Option 2:
Apple
Banana
Alfa Romeo
Bentley
Bach
Beethoven
For the second ‘child’ option set I’ve created an attribute linked to the options of the ‘parent’ option set. So for example ‘Apple’ and ‘Banana’ are connected to the first option set by an attribute of Fruit. But I have no idea how to filter the second dropdown based on the first dropdown option selected. The options are all static and not subject to change so ideally suit to option sets.
Really looking forward to working out how to solve this puzzle!