Is there a way to perform Address Autofill?

I’d like people to enter addresses in my application, is there a way to to have it autofill?

1 Like

I put my input name as address1, address2, city, zip, state, country, and it autofills automatically

1 Like

I’m looking for a way to autocomplete address, based off Google API listed here: Place Autocomplete  |  Maps JavaScript API  |  Google Developers

1 Like

Hi @patopt,

To do that un WeWeb you need a plugin. This plugin doesn’t exist at the moment
There is another solution manually with REST API plugin and the google API

1 Like

Sorry, but how do I do that with the REST API plugin and Google API?

In the RESP API plugin you can request the Google API to get the results you want and display it

Can we get a good answer for this? Anyone?

1 Like

Hi all - we created a custom component that is fully customizable! DM me if you are interested!

1 Like

No need for a component (you’d need a workspace plan for that at the moment), you can use the Place Autocomplete API with the REST API plugin to hit the API onchange with debounce. Then just render the result via a bindable list.

1 Like