> ## Documentation Index
> Fetch the complete documentation index at: https://fillout-005a867b-dependabot-npm-and-yarn-form-data-4-0-6.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Address

> Collect addresses in your forms with separate input boxes for the street address, city, state/province, and postal code. Optionally add Google Maps Autocomplete.

## How to add an address field

Simply drag the `Address` field from the left-hand panel.

<img src="https://mintcdn.com/fillout-005a867b-dependabot-npm-and-yarn-form-data-4-0-6/60XYaN8M6v6eMBSZ/images/Screenshot2025-10-02at6.15.36PM.png?fit=max&auto=format&n=60XYaN8M6v6eMBSZ&q=85&s=21725bc8d9b573845cb277a5362837ab" alt="Screenshot 2025-10-02 at 6.15.36 PM.png" width="2653" height="1434" data-path="images/Screenshot2025-10-02at6.15.36PM.png" />

Optionally allow users to choose a **Country**. Click its <Icon icon="gear-complex" iconType="solid" /> to open the right-hand panel and turn off the `Fixed country` switch.

## Use Google Maps Autocomplete

Increase conversion rates and address accuracy by enabling Google Maps Autocomplete. Click the address field followed by its <Icon icon="gear-complex" iconType="solid" /> and toggle the `Address autocomplete` switch in the right-hand panel at the bottom.

<img src="https://mintcdn.com/fillout-005a867b-dependabot-npm-and-yarn-form-data-4-0-6/oO5k5FPOY4bT5lbU/images/question-types/image-3.gif?s=063ee914346d1a7a01e5d04344ef93d0" alt="Screenshot of the Form designer tab of a form" style={{ width:"53%" }} width="800" height="431" data-path="images/question-types/image-3.gif" />

<Info>
  Google Maps Autocomplete is currently available on [Conversion Kit](https://www.fillout.com/help/make-forms-that-convert). Contact [support@fillout.com](mailto:support@fillout.com) for details.
</Info>

## Dynamic address visibility

While the Address field can be shown conditionally or hidden always via its logic setting, it is treated as a single block. This means individual components (e.g., city, state, or postal code) cannot be hidden separately at the moment.\
If you need more granular control over which address fields are shown, you can:

* Use separate input fields instead of the Address block, OR
* Apply [custom CSS](https://www.fillout.com/help/custom-css#use-custom-css-in-your-form) to selectively hide parts of the Address field.

## Mapping to Airtable, Notion and other databases

<Steps>
  <Step title="Select an integration">
    Click `Integrate` in top menu and choose Airtable, Notion or another [database](/integrations). In this example, we’ll use Airtable.
  </Step>

  <Step title="Add an Address field">
    Click `Edit` in the top menu. In the left-hand panel under **Other**, click `Address`.
  </Step>

  <Step title="Map fields">
    Go back to the `Integrate` page. Under **Mappings**, reference Airtable column fields from the left to Fillout form fields in the right.

    <img src="https://mintcdn.com/fillout-005a867b-dependabot-npm-and-yarn-form-data-4-0-6/oO5k5FPOY4bT5lbU/images/question-types/image-4.png?fit=max&auto=format&n=oO5k5FPOY4bT5lbU&q=85&s=e8970242c9bd3595499b81cf4621c8a2" alt="Image 4 Pn" width="2060" height="702" data-path="images/question-types/image-4.png" />
  </Step>
</Steps>

<Note>
  When using an Update Record integration, address fields can’t be pre-filled into separate parts (Address, Address 2, City, State, Zip). A workaround is to set default values for each field from the existing record.
</Note>
