Hi @EJobling , This can be achieved through Java as well. But, I think
the easier way is to do this through JS/CSS. For the HTML construction,
just make sure that you have a data attribute for the drop-down values
which we can use and map. (It can be multiple as well, just keep them
comma separated) Keep all the values in the drop-down(HTML). Keep all
the values apart from the first dropdown one as
(CSS).hide{display:none}Now, put a listener ( on-change) on the first
drop-down :object.onchange =...