yippiekyyay
Programmer
Hello,
I have a dropdown list that lets the user select a subtype from a couple of different options (list is generated from a query). The problem is that sometimes there is no subtype, but I can't seem to get a "null" in there so it always defaults to the first option.
Any help would be greatly appreciated!
<cfselect name = "mySubtype" query = "getSubtypes" selected = "#subtype_ID#" value = "subtype_ID" display = "subtype_name"></cfselect>
I have a dropdown list that lets the user select a subtype from a couple of different options (list is generated from a query). The problem is that sometimes there is no subtype, but I can't seem to get a "null" in there so it always defaults to the first option.
Any help would be greatly appreciated!
<cfselect name = "mySubtype" query = "getSubtypes" selected = "#subtype_ID#" value = "subtype_ID" display = "subtype_name"></cfselect>