I need an Ajax Autocomplete/Suggest for my Joomla 1.6 component form. The form is dynamic in that is pulls fields from a database. Each field needs to do a lookup for autocomplete/suggest from the same MySQL table field for each of the form fields, but update independently.
What I’m basically looking for is the instructions on setting this up with a proven method for joomla 1.6.
