Solved
Adding autocomplete JavaScript to my survey?
How can I incorporate autocomplete JavaScript into my survey? For example, like the documentation shown here (http://jqueryui.com/autocomplete/). I have a text entry question that asks "Where do you live?" I would like to have an autofill solution that when the user starts to type in "n" it will prompt answers such as New York, New Jersey, etc.
Best answer by AnthonyR
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

2) Capture a substring of the answer (the last 4 digits) to drive the display logic and send respondents down different routes.
Thanks again for your time!
Thanks