How to Filter geolocation by city?

I’m showing geolocation in the search box. How can I show locations only which has the city in it? so that no users select ant location that doesn’t have a city.

for example, the user should not be selected “Canada” but “Toronto, Canada”

You can do this with the Google Places Autocomplete API, but not with the standard Bubble searchBox.

So if you really need to do this, you’ll nee to create or own autocomplete search element…

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.