# Country

The `Country` field allows the user to choose a country from a list of options in a dropdown.

If an address is selected from the autocomplete options of an [Address Line 1](https://docs.feathery.io/platform/build-forms/elements/fields/address/street-address-line-1) field on the same step, this field will automatically populate with the country.

Feathery uses [Google Maps API](https://developers.google.com/maps/documentation/javascript/places-autocomplete) to support address autocomplete.

### For Developers <a href="#example" id="example"></a>

The Feathery SDK and API reference country fields with `type` equal to `country`. The submitted value is a `string`.

### Related Fields

{% content-ref url="street-address-line-1" %}
[street-address-line-1](https://docs.feathery.io/platform/build-forms/elements/fields/address/street-address-line-1)
{% endcontent-ref %}

{% content-ref url="city" %}
[city](https://docs.feathery.io/platform/build-forms/elements/fields/address/city)
{% endcontent-ref %}

{% content-ref url="zip-code" %}
[zip-code](https://docs.feathery.io/platform/build-forms/elements/fields/address/zip-code)
{% endcontent-ref %}
