Pierre Smits created OFBIZ-5685:
-----------------------------------

             Summary: Setting a dependent question for question of type 
'Boolean Yes/No' is not possible
                 Key: OFBIZ-5685
                 URL: https://issues.apache.org/jira/browse/OFBIZ-5685
             Project: OFBiz
          Issue Type: Bug
          Components: content
    Affects Versions: Trunk, Release Branch 11.04, Release Branch 12.04, 
Release Branch 13.07
            Reporter: Pierre Smits


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:
{code}
<div>Did you enjoy the show?</div>
</td>
<td width="1">&nbsp;</td>
<td align="right">
<select name="answers_10020">
  <option value=""></option>
  <option selected="selected">Y</option>
  <option >N</option>
</select>
{code}




--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to