A flexible and efficient input for geographic locations using the
Google Places Autocomplete API

🎥 Watch the short demo & setup guide on YouTube:
https://youtu.be/-2hntrkf7IIThis plugin is a clean alternative to Bubble’s built-in “Search Box”, offering more control
- Live autocomplete as the user types
- Restrict results by region (e.g. locality, country, administrative_area_level_1, etc)
- Filter suggestions by place type (cities, regions, restaurants, schools, etc)
- Customize the input’s appearance
- Use selected values easily in Bubble workflows
- Supports the “Reset relevant inputs” and “Reset group” actions
- Retrieve the selected location’s Place ID for use in API calls or advanced logic
The current rating doesn’t reflect the plugin’s state in 2025 — all requested features have been added, but earlier reviews haven’t been updated. Give it a try, and if it works well for you, consider sharing your feedbackScreenshotsSelecting an address in France

Selecting an address in the US

Selecting an establishment in the US

Selecting a postal code in the US

Dark theme

Dark theme with dropdown
Features
- Uses Google Places API (bring your own API key)
- Restrict suggestions by country (ISO 3166-1 alpha-2, e.g. US, FR, JP)
- Filter by place type (see supported types)
Note: Google’s type filter uses a legacy field. Only these values are supported: geocode, establishment, (regions), (cities).
- Styling support (font, size, spacing)
- Fast, accurate, fully integrated with Bubble
- Handles the “Reset relevant inputs” and “Reset group” actions. It enables you to reset the value using the builtin method in Bubble
Plugin states
- Selected address
- Selected name
- Address (typed or selected)
- Name (typed or selected)
- Place ID (Google unique ID for the selected place)
- Is valid address (true if selected from suggestions)
Events
- Select an address (when a suggestion is selected)
- Type an address (whenever the user types)
- Autocomplete errors are handled automatically
DemoLive:
https://address-input-official-demo.bubbleapps.io/version-test Editor:
https://bubble.io/page?id=address-input-official-demoSupportThis plugin is actively maintained
Email: alex.hoyau [at] internet2000.net
Forum:
https://forum.bubble.io/t/address-input-plugin-update-200-installs-price-will-change-soon/373540Changelog – Address Input
- 1.6.0 – Aug 27, 2025 – Add support for "Reset relevant inputs" and "Reset group" actions
- 1.3.1 – Mar 5, 2024 – Cleanup console logs
- 1.3.0 – Mar 5, 2024 – Fix after Bubble upgrade, add styling support
- 1.2.2 – Mar 5, 2024 – Update Bubble plugin version
- 1.2.1 – Sep 23, 2023 – Update links in docs
- 1.2.0 – Mar 24, 2023 – Add "type of place" restriction (optional)
- 1.1.3 – Jul 25, 2022 – Add more docs on the plugin page
- 1.1.2 – Jul 25, 2022 – Fix Google Maps error message on some pages
- 1.1.1 – Jun 7, 2022 – Make default name param optional
- 1.1.0 – Jun 7, 2022 – Add more fields and events, update docs
- 1.0.4 – Feb 15, 2021 – Add more documentation
- 1.0.3 – Feb 12, 2021 – Change plugin public name
- 1.0.2 – Feb 10, 2021 – Add forum link in description
- 1.0.1 – Feb 9, 2021 – Add warnings in docs
- 1.0.0 – Jan 31, 2021 – Initial release