https://twill.io logo
Conditional select/browser fields
# ❓questions
c
Hi, is it possible to dynamically change the options of a select field based on the value of another select or a browser? I think I can get the functionality I want using "Connecting 2 browser fields", but for ease of use I prefer an unpacked select as I know I will only have a few options.
i
Hi @Corneel you can leverage conditional fields with an instance of the second select for each value of your first select
by generating those selects dynamically from the list of values in your first select
it isn't possible to do this with a browser and select right now, but that could be done too
c
ok, Thanks!
3 Views