Hello,
I would like to create a contacts web app using autocomplete.
I would like for a user to enter a few characters in a textbox (to lookup
their first name), from the autocomplete/suggestion list, the user would select
their name.
Based on the user's selection, the remaining fields will automatically fill
in the user's demographic information (email, state, zip and telephone).
The information is stored in a SQL database.
I was able to create the autocomplete box but I'm having a hard time trying
to figure out how to link the other textboxes to the main/autocomplete box.
Can you please assist me with this daunting task?