TextBox Autocomplete from database

I’m trying to set up an order form that will be used internally by my employees to place customer orders. I have a customer collection that i want to use to create options in a customer input field as they type the customer info. I’m not wanting to use a dropdown as that could get very difficult to use as the database expands, but rather an autocomplete where it offers options as they fill in the customers phone number(similar to the image below).


Thanks in advance

Hi,

You can take a look at How to Use Google Maps Services in Wix Code . This is an article that I wrote where I first implemented my version of a dropdown menu using a Repeater. You can use this for your needs by getting the items from a database query instead of from the Google Maps query.

Good luck,

Yisrael