I have been searching for a while now and cant find this.
what I want is to have validation on the “name” field of a form, that if the user enters “a” all the names beginning with “a” will be displayed and so forth when they carry on entering more letter, it will get more defined.
I just want this validation for the “name” field and I already have the 200 “names” that are the most popular, that a user can enter.
any guides on how to easily achieve this?
thanks
If I’m getting you right you’re looking for Ajax auto-complete.
I recommend Jquery AutoComplete: http://jqueryui.com/demos/autocomplete/
Sample of use:
(don’t forget to include the Jquery UI js file)