I’d like people to enter addresses in my application, is there a way to to have it autofill?
I put my input name as address1, address2, city, zip, state, country, and it autofills automatically
I’m looking for a way to autocomplete address, based off Google API listed here: Place Autocomplete | Maps JavaScript API | Google Developers
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
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?
Hi all - we created a custom component that is fully customizable! DM me if you are interested!
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.