Details
Description
When having question 1 of type 'Boolean Yes/No' a second question being dependent on one of either options can not be set to be dependent on question 1.
This is due to the fact that the select options Yes and No don't have an option value assigned. See code exerpt from html source below:
<div>Did you enjoy the show?</div> </td> <td width="1"> </td> <td align="right"> <select name="answers_10020"> <option value=""></option> <option selected="selected">Y</option> <option >N</option> </select>