Hi All,
I have setup a list (as below) but when submitted it does not update the record. previously i had this working by just having the user enter the text but a drop down would be much better!
[code]<select name="mainList" editable="true" edittext="">
<option value="Please choose one">Please choose one</option>
<option value="Yes">Declined</option>
<option value="No">Lost</option>
<option value="Maybe">Working</option>
<select name="1" size="3"></select>[code]
I have read that what i have will not work so im very interested to know how i can get this to work
Thanks in advance!




Reply With Quote

Bookmarks