Is there a fix for the fact that NN4 will not display a list box in a form
<select name="test">
<option value="1">1</option>
<option value="3">2</option>
</select>
This simply displays:
1 2
and no actual listbox
I know dropdowns work with NN4, I have seen them with my own eyes :)
cheers