Skip to Content
Menu
This question has been flagged
1 Reply
3935 Views

I have 2 different selection options in a form.

The first one is Source, the second one is Status. I would like to have different OPTIONS in my Status drop-down list depending on the OPTION selected in my Source drop-down.

Please Help me with an example..

Thanks in Advance...

Avatar
Discard
Best Answer

hello

for achieve this 

1) you can make the second selection(status) field compute

2) another way is on the onchange of the first selection (source) field set the value of second field.

Avatar
Discard
Author

Thank you