Feature Request: Native `autocomplete` attribute support on form fields
-
Friends,
I’d like to request native support for setting the HTML
autocompleteattribute on individual form fields in the builder.Use case:
On a contact/inquiry form, I have fields for a parent’s name, email, and phone number. Browsers can autofill these from saved contact data — but only if the field has the correctautocompletevalue (e.g.,given-name,family-name,email,tel). Without it, the browser either skips autofill or guesses incorrectly.What I’m doing now:
I’m working around this with a custom JavaScript snippet in a Custom HTML block that runs onDOMContentLoadedand setsautocompleteattributes by targeting fields by theirnameattribute. It works, but it’s fragile — if Forminator changes its field naming convention it breaks silently.Requested feature:
In the field settings panel (the sidebar when editing a field), add an optional Autocomplete dropdown with common values:- off
- name, given-name, family-name
- tel
- organization
- street-address, postal-code
- bday
This would render as
autocomplete="[value]"on the element, making Forminator forms friendlier for users with saved browser/password manager data — with zero custom code needed.Thanks for considering it!
You must be logged in to reply to this topic.