Google autocomplete feature bug

Inside my form, there is a bug where everything is auto-populated by Google correctly except for the “date of birth” and “address” fields.

In the Text Field Settings, there are only limited options and autocomplete “off” isn’t working either.

https://www.dreamteamrecruiting.com.au/employee-sign-up/new-employee

Hi Chase,

Autofill is a browser feature that you can encourage by providing a autocomplete attribute on your input elements. Not all browsers will do it, and they may be picky on what they look for. But currently your fields have no autocomplete attributes at all.

Here’s the list of attributes you can specify. Webflow allows you to create. You can just add them as custom attributes on the INPUT elements you want, e.g. autocomplete=bday

1 Like