Autosuggest with more data
I have the autosuggest working with an <cfinput input field which calls a CFC function and returns the last name from a database. While this is great, it would be nice to return more information than just the last name. Is it possible to return "Last Name, First Name and Address Information" in the Autosuggest? I want my user to see that Smith[1] is different than Smith[2] and so on.
Is this possible?
