Skip to content

Address Picker

The Address Picker element provides a structured address form with autocomplete search. Users can type an address to get suggestions, and selected addresses auto-fill the individual fields (street, city, state, ZIP, country).


Features

  • Address autocomplete via Nominatim (free) or Google/HERE/Mapbox
  • Auto-fill fields from geocoding results
  • Configurable fields — choose which address components to show
  • Stacked or inline layout for field arrangement
  • Map preview after address selection
  • Debounced search (400ms) to avoid excessive API calls

Settings

SettingDescriptionDefault
Geocoding ProviderAutocomplete provider (Nominatim, Google, HERE, Mapbox)Nominatim (Free)
LayoutField arrangement: stacked (vertical) or inline (side-by-side)stacked
Show AutocompleteDisplay the search bar for address lookuptrue
Show MapShow a map preview after address selectiontrue
Map HeightHeight of the map preview in pixels150
RequiredMark the address as a required fieldfalse
Save as SingleStore all fields as one combined stringfalse

Fields

Toggle which address fields to display:

FieldLabelDefault
streetStreet AddressShown
street2Apt / Suite / UnitHidden
cityCityShown
stateState / ProvinceShown
zipZIP / Postal CodeShown
countryCountryShown

How It Works

  1. User types in the autocomplete search bar
  2. After 3+ characters, suggestions appear from the geocoding provider
  3. Selecting a suggestion auto-fills street, city, state, ZIP, and country
  4. A map preview appears showing the selected location
  5. Users can manually edit any individual field after auto-fill

Use Cases

  • Shipping address forms
  • Event registration with location
  • Contact information collection
  • Delivery address entry

Styling

The Address Picker supports standard Container color and dimension settings:

  • Background color, border, padding, margin
  • Border radius and width

Questions?

If you have any questions, please don't hesitate to contact us. Alternatively, you can submit an issue on this platform.

Was this article helpful?

No-Code App Builder