Hi all,
I am not sure if Select Tag can work with Hidden Text Input like this:
<SELECT NAME="Testing">
<OPTION VALUE="1"> One </option>
<input type="hidden" value="hello" name="Testing">
<OPTION VALUE="2"> Two </option>
<input type="hidden" value="world" name="Testing">
</SELECT>
Any ideas?