Message Text |
Have a problem which is probably simple to fix but can't work it out... I'm using dropdown fields to allow a user to select a number and then I want that number to display in the details template.
eg
<select name="cars"><option value="N/A">N/A</option><option value="1">1</option><option value="2">2</option><option value="3">3</option><option value="4">4</option><option value="5">5</option><option value="6">6</option><option value="7+">7+</option></select>
So if the user selects 3, then thats what should appear in the details template... except that when you go to edit this listing, its reverted to N/A in the dropdown.. and if you don't spot it, then it will appear as N/A when the edit is done...
is this expected behaviour or..?
|