How to make 2nd Select-List grey-out based on 1st Select-List selection?
Hi,
I have 2 Select-Lists (ie: drop-down lists) as 2 items (item1, item2). The 2nd Select-List (itme2) is grey-out with Element -> HTML Form Element Attributes = "style="BACKGROUND-COLOR:#BDBDBD" readonly=true". So it's grey-out by default. But I want to make the 2nd Select-List non-grey-out (ie: to enable user to make selection) if item1's value = "abc", for example.
What is the easiest way to implement?
Thanks much :)
Helen