Hi!!
I have a form and the "Name" input text is using jQuery autocomplete. What I needed was when I select a name in the list result of autocomplete, I fill the other input texts (date of birth, telephone etc) based upon the name selected.
Does anyone know how to make this second ajax call after a name is chosen?
thanks!!