Hi there, since a Gravity Form outputs just like any other form, you an apply a jQuery autocomplete plugin to whichever field you'd like:
http://www.devbridge.com/projects/autocomplete/jquery/
There are two primary ways of populating the list of values used to query this database:
- Ajax, which would run a function that queries the database and returns a list of suggest values
- Manual PHP, when the form is loaded you run a PHP function that queries the database once for a list of all the current values and then the script would use this list of values to populate the suggested values rather than an ajax search every time.
Both options require a bit of knowledge of PHP and Javascript, so if you are not familiar with either, you might want to consider hiring a developer to assist with this.
Posted 13 years ago on Friday January 21, 2011 |
Permalink