I know this may bu very easy for most of you, but i cant figure our how i can link two Dropdowns and depending on the selection of the first the options of the second will be limited.
for example:
let’s say i have a dropdown with Cars options like: Ford, Opel and Mercedes.
then i have another dropdown with the models which are: Fiesta, Astra and Ml350
when a user selects the option Ford, I want the following dropdown to select for me only the option ”Fiesta” and the same with Opel = Astra
and Mercedes = Ml350
All you need to do is to connect your dropdown list to a dataset, that connects to the collection that has the list of options you want to appear in the dropdown.