---
title: "Configuring Autofill Data for Forms"
slug: "configuring-autofill-data-for-forms"
tags: ["autocomplete", "Form Controls", "Forms "]
updated: 2025-11-20T18:28:37Z
published: 2025-11-20T18:28:37Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.decisions.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Configuring Autofill Data for Forms

## Overview

| Feature Details |
| --- |
| **Introduced in Version** | 8.18 |
| **Modified in Version** | 8.19 |

The **autocomplete** attribute enables Users to customize the autofill behavior of input fields on a Form. By utilizing the "Input Box Attributes" setting, Users can specify the **autocomplete** attribute for individual Form controls. This provides more precise instructions to the browser on how to autofill those fields.

> [!CAUTION]
> By default, **autocomplete** is disabled.

---

## Enable Browser Autofill

To customize autofill behavior for Forms, it's crucial to configure your browser's autofill settings. Different browsers may have distinct settings and interfaces for managing autofill preferences. For guidance on adjusting these settings, refer to their documentation or help resources that each browser provides.

---

## Browser Compatibility

Different browsers may interpret the "autocomplete" attribute differently. We recommend testing this feature across major browsers such as Chrome, Firefox, and Safari.

---

## Configure Form Controls

Once the Autofill Configuration feature is enabled, you can customize the "autocomplete" attribute for select Form controls using the "Input Box Attributes" setting. Follow these steps:

1. Identify the Form control for which you want to customize the autofill behavior.
2. From the properties panel, locate the "Input Box Attributes" section. **If this section is not available, auto-complete may not be configured for that specific Form control.**
3. Click on the "ADD" button to add a new attribute.
4. Enter "autocomplete" as the "Key."
5. Enter the desired Value for the "autocomplete" attribute in the "Value" field.
6. Save or apply the changes.

---

## Example

The following example shows how the Form control retrieves email data from addresses saved in the Chrome browser for automatic population.

1. Ensure you have data filled in Chrome’s [Autofill](https://support.google.com/chrome/answer/142893?hl=en-GB&amp;sjid=4207562194074081444-AP).
2. Navigate to the Form Control > Properties Panel > Input Box Attributes.
3. Click on "Add" to set attributes.
4. Enter "autocomplete" as the Key.
5. Set the Value to correspond with the data type you want to autofill (e.g., "email").

![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2025-06-17_14h24_21.png)

1. Save and Close the Form. Add the Form in a Flow and Debug the Flow.

![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/VideoProject135-ezgif.com-crop(1).gif)

## Feature Changes

| Description | Version | Release Date | Developer Task |
| --- | --- | --- | --- |
| This feature now works for Dropdown List, MultiSelect DropDown, and Advanced Masked Text boxes. | [8.19](https://documentation.decisions.com/v99/docs/version-819x-release-notes) | March 27, 2024 | [DT-040355] |
