Using Autocomplete Settings in Divi Form Builder (Divi 5)
Autocomplete lets the browser suggest and auto-fill values (e.g. name, email) so users can complete forms faster. In Divi 5, enable it per field in the Form module’s Content tab.
Where to find it (Divi 5)
Select the Form module in the Divi 5 Visual Builder, open the Content tab, then select the field. In Field Options, find Autocomplete Field and turn it on.
Note
Autocomplete is available for certain field types, typically Input and Email fields.
Best practices
- Use clear field labels (for example, Email, First Name) so browser suggestions are more accurate.
- Keep Field IDs stable after launch to avoid confusion in templates and integrations.
- Use autocomplete on common profile fields, not on sensitive one-time values.
Verify it works
- Save and open the form on the front end.
- Click the field and check whether your browser offers saved suggestions.
- Submit the form and confirm no validation errors were introduced.
Troubleshooting
- If suggestions do not appear, check browser autofill settings and test in another browser profile.
- If a field should not be auto-filled, turn Autocomplete Field off for that field.
What's Next
- Use Conditional logic to control when fields appear.
- Return to Field settings overview for related field-level options.
- Continue to Form settings for submission behavior.