Both options in each drop-down say TRUE
-
Both options in each of the settings say TRUE, even when the value is FALSE. The HTML source looks like:
<select id="nonInteraction" name="nonInteraction"> <option value="true" selected="">true</option> <option value="false">true</option></select>
The JS output on the front end looks correct. But it is annoying to have to look at the source codes to see if TRUE was TRUE or was it FALSE.
Cheers
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Both options in each drop-down say TRUE’ is closed to new replies.