Flash Form with autosuggest
I have created a Flash Form and I have an input text box. Does anyone know if it is possible to make this field autosuggest when someone starts typing. I know how to do this in an html form and I may have to change the form back to html but these flash forms are easy to lay out.
In a html form, this works.
<cfinput label="Hospital Info" type="text" name="HOS_NAME" value="#HOS_NAME#" size="25" maxlength="200" autosuggest="cfc:hos.lookuphospital({cfautosuggestvalue})">
Thanks for any input.
