Multiple dropdowns
I read Forta's tute on multiple dropdowns using cf8. Cool. Works great. My question is... How do I make the second dropdown contain a blank row if there isn't a blank row in the dataset that is returned from the cfc?
Example
Dropdown 1: Pick a state (values = Michigan, Pennsylvania, Washington)
User pics Michigan
Dropdown 2: Displays all cities in Michigan without any blank values.
Without inserting blank rows into the db, how can I make the first row of Dropdown 2 a blank selection in case the user does not want to select a city...
??
