I used a simple CFInput autosuggest code (copied from Ben Forta's blog http://bit.ly/5fFspb). It works ok but I need one additional feature:
After a user has used the autosuggest field to choose something, I would like to populate a second form field with the result ... but it doesn't work like in Javascript (using onChange and the value property of the field) - it seems that the "value" property contains the original user input, not what he chooses from the autosuggest list. For the life of it I can't find out how to copy the chosen autosuggest value to another field using Javascript. Anyone?