Title |
drop down select reverting |
Message Text |
I have two custom drop down select fields. Editing using a custom template. One field retains the selected option, the other doesn't!
field one reverts back to initially selected when opening edit:
<select name="sex">
<option value="Dog">Male</option>
<option value="Bitch">Female</option>
</select>
field two that retains option:
<select name="neutered">
<option value="No">No</option>
<option value="Yes">Yes</option>
</select>
|
Rating |
0/5 based on 0 votes.
|
Ownership |
babrees |
Views |
391 views. Averaging 0 views per day. |
Similar Topics |
|
Submission Date |
Nov 23, 2006 - 11:40 PM |