Hi all,
I want to be able to choose an option in dropdown number one, and then this dictate what the options are in dropdown 2 ect…
how do i do this?
Thank you
Hi all,
I want to be able to choose an option in dropdown number one, and then this dictate what the options are in dropdown 2 ect…
how do i do this?
Thank you
you can out a put a condition on dropdown 2’s datasource, e.g: when dropdown 1 value is X, Choices source for dropdown 2 is Y.
if both dropdowns use dynamic data, and these data things are related to each other (lets say for example categories and items) you can put the value of the first one as the data source of the second.
in our example, dropdown a is for categories.
in dropdown b you can choose the data source as “dropdown a’s items”.
You can also disable the second dropdown until the first one has a value.
Hope that helps
I cannot find any other information
hey! it’s really hard to judge from this screenshot, but I don’t really understand your use case, this can be achieved in 3 ways depending on the dropdown data source type and the relation between the dropdowns. so I explained it here in detail:
let me know if you need help
Thank you for the reply, i figured out why it wasnt working.
Thank you for the help
This topic was automatically closed after 70 days. New replies are no longer allowed.