Folks--
I've seen this in action a million times, but haven't figure out how to do it:
I have a form with, say, 15 fields in it. They're all text entry fields, and have the traditional HTML structure where "Submit" posts the entries to the referenced page.
For Field #7, the data entered is currently selected from a drop-down containing 2500 records-- not very efficient to search through. How would I implement a Search feature on this field, in which people could type in a couple characters of the entry, hit "search" and select from a subset of records, without reloading the page or posting the rest of the form?
Other solutions to the problem at hand are very welcome as well!
Thanks!
I've seen this in action a million times, but haven't figure out how to do it:
I have a form with, say, 15 fields in it. They're all text entry fields, and have the traditional HTML structure where "Submit" posts the entries to the referenced page.
For Field #7, the data entered is currently selected from a drop-down containing 2500 records-- not very efficient to search through. How would I implement a Search feature on this field, in which people could type in a couple characters of the entry, hit "search" and select from a subset of records, without reloading the page or posting the rest of the form?
Other solutions to the problem at hand are very welcome as well!
Thanks!