Hi all,
All i want is a pull down select to work. I can get it to display passed data but I just can't get it to return the selection. here is a code snippit (its inside a table)
<td><select name ="TMPL_VAR NAME="html_status">"> <option value = "<TMPL_VAR NAME="html_status">" selected> <tmpl_var name="HTML_Status"> <option value="Open"> >Open <option value="Pending">Pending <option value="Closed">Closed </select></td> </tr>
so why doesn't it work?
TIA
chhers Mick Hawkes
Log in to post a comment.
Hi all,
All i want is a pull down select to work. I can get it to display passed data but I just can't get it to return the selection. here is a code snippit (its inside a table)
<td><select name ="TMPL_VAR NAME="html_status">">
<option value = "<TMPL_VAR NAME="html_status">" selected> <tmpl_var name="HTML_Status">
<option value="Open"> >Open
<option value="Pending">Pending
<option value="Closed">Closed </select></td>
</tr>
so why doesn't it work?
TIA
chhers
Mick Hawkes