I have one select field called category( with values singer/model/dancer). If i select singer I am showing another select box called "Trained In (Singing)" with values "pop/rock/opera/others" etc. (this field is hidden otherwise).
Now if I select others in "Trained In (Singing)" I need to show one more text box to enter other details called "Other details". Till here my conditions are working fine. But if I remove "singer " from category I need to hide both "Trained In (Singing)" and "Other details" text box. How should I put conditions ? Please help.
PFA