Quote:
Originally Posted by ctrl-alt-del
Can someone explain this statement?
Code:
if condition="$dropdownchoice2d == $dropdownanswer2">selected="selected"</if>
In the context of:
Code:
<option value="$dropdownchoice2d" <if condition="$dropdownchoice2d == $dropdownanswer2">selected="selected"</if>>$dropdownchoice2d</option>
|
This 'if' statement is there so the preview can work good. If it's selected when you click 'preview', it will also be selected.