Terms & Conditions Field
Adding a Terms & Conditions field in Divi Form Builder
Use these steps to add a Terms & Conditions agreement to your form in Divi 5. Users must agree before submitting.
Step 1: Add a checkbox field
- Add a Checkbox field to your form.
- Set the Title to something like “I agree to the Terms & Conditions.”
- Give it a unique Field ID (e.g.
terms_conditions). - Set the field to Required so the form cannot be submitted without it.
Step 2: Add a conditional content field (optional)
To show the terms text only when the user checks the box:
- Add a Content field with your terms (Divi Library layout, text, or HTML).
- Enable Conditional logic on the Content field.
- Set the condition so the content is visible only when the Terms & Conditions checkbox is checked.
This way users can view and agree to the terms before submitting.
Verify the setup
- Submit without checking the box and confirm submission is blocked.
- Check the box and confirm submission succeeds.
- Confirm agreement-related content appears only when expected.
Related guidance
- If required fields are not behaving as expected, see Form not submitting.
- For broader field behavior, review Field settings.
What's Next
- Form not submitting - Diagnose required-field and validation problems.
- Field settings - Configure conditional logic and required behavior in more detail.
- Form module reference - Review module-wide submission options and notices.