This page demonstrates the SPServices function SPAutocomplete.
The form to the left displays a simply form for a list with only a Title column. SPAutocomplete is applied to the Title column to pull suggested values from a list of all of the cities and towns in the United States (census data).
To see the functionality in action, start typing the name of a city or town. ("New" or "Sou" are good starting points.) The function is set up to pull values from the reference list once you have typed the third character.
- You can see the script which makes this happen here.