Hi Community!
I have to build two dropdown of which if the first dropdown is "A" then the second dropdown will set as "E"
The list of the first drop down:
A
B
C
D
The second dropdown based on selection :
A = E
B = F
C = G
D = H
How do we do this? and where to set it?