HEX
Server: Apache/2.4.65 (Debian)
System: Linux kubikelcreative 5.10.0-35-amd64 #1 SMP Debian 5.10.237-1 (2025-05-19) x86_64
User: www-data (33)
PHP: 8.4.13
Disabled: NONE
Upload Files
File: /var/www/gosurya-id/wp-content/plugins/super-forms/docs/address-auto-complete.md
# Address Auto Complete

This feature allows you to convert a regular [Text field](text) into an address search field to search for a (place) address.

* [Getting started](#getting-started)
* [Restrict by country](#restrict-by-country)
* [Return results by type](#return-results-by-type)
* [Mapping data with fields](#mapping-data-with-fields)

## Getting started

?> **NOTE:** To use this feature you must first obtain a Google API key via your [API manager](https://console.developers.google.com/).

In order to enable the **Address Auto Complete** function you will have to edit your [Text field](text) and select the `Address auto complete (google places)` option from the dropdown.

Now make sure you enable the feature by checking **Enable address auto complete**.

Now enter your **Google API key** and make sure you have enabled these libraries in your [API manager](https://console.developers.google.com/):

- Google Maps JavaScript API
- Google Places API Web Service

!> **Notice:** In order for this feature to work properly you must enable the above libraries in your [API manager](https://console.developers.google.com/).

## Restrict by country

It's possible to restrict results based on countrie(s) (up to a maximum of 5).

- `fr,nl,de` would restrict results for France, Netherlands and Germany
- `us,pr,vi,gu,mp` would restrict your results to places within the United States and its unincorporated organized territories.', 'super-forms' ),

## Return results by type

You can define what type of results you wish to return, you can choose one of the below types (leave blank to return all types):

- `geocode`: return only geocoding results, rather than business results. Generally, you use this request to disambiguate results where the location specified may be indeterminate.
- `address`: return only geocoding results with a precise address. Generally, you use this request when you know the user will be looking for a fully specified address.
- `establishment`: return only business results.
- `(regions)`: return any result matching the following types: locality, sublocality, postal_code, country, administrative_area_level_1, administrative_area_level_2
- `(cities)`: type collection instructs the Places service to return results that match locality or administrative_area_level_3

## Mapping data with fields

It's also possible to automatically populate other text fields with data based on the selected place. For instance, you could add fields named `street`, `city`, `zipcode`. You can then map the text field where the user searches for a place/address so that it automatically fils out these individual fields.