Skip to main content
June 10, 2008
Question

Autosuggest and cfform format="flash"

  • June 10, 2008
  • 1 reply
  • 1150 views
Does the Autosuggest attribute for cfinput work when the cfform format="flash"?

I just tried it and it does not work for me. When I set the cfform format to HTML autosuggest works fine.

<cfform method="get" format="flash" skin="halogreen">
Street Name:
<cfselect name="st_type" width="55" queryposition="below" query="streetQry2"
value="STREET" display="STREET" style="font-size: 10px;">
</cfselect>
</cfform>

Is there a way to have autosuggest functionality when cfform format="flash"?

Many thanks.
alex
    This topic has been closed for replies.

    1 reply

    June 10, 2008
    I just found the answer in the documentation - supported in HTML format only. http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_i_07.html

    However, does anyone know if I can get autosuggest-like functionality when cfform format="flash"?

    Thanks.
    alex