Skip to main content
Version: Divi 5

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

  1. Add a Checkbox field to your form.
  2. Set the Title to something like “I agree to the Terms & Conditions.”
  3. Give it a unique Field ID (e.g. terms_conditions).
  4. 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:

  1. Add a Content field with your terms (Divi Library layout, text, or HTML).
  2. Enable Conditional logic on the Content field.
  3. 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.

What's Next