Validate (bassistance) radio button dependency
A raw jQuery beginner here, but I have successfully used the Validate plugin with the simple stuff.
Question: my form has two radio buttons, one with a value of 'yes' and the other 'no.' The radio group is required. Next there is a text field. How could a rule be written so that if the 'yes' radio button was selected, the text field becomes required?