Hi ,
I have two drop down fields called field A and field B
Field A options
1
2
3
Field B options
one
two
three
Now the requirement is when i select field A with option 1 then the Field B should be visible with the value as "one"
Field B should not be displayed when i select Field A with option 2
when I select field A with option 3 then the he Field B should be visible with the value as "three".
Can someone please help on the code. Thanks in Advance.
@Srikanth Gogineni for simplicity, why not just use field A by itself and forgo using field B altogether. The values:
i just gave an example ...the second field values are actually different ..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I went with simple first :)
Have you tried Cascading Select lists?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.