Skip to main content
All CollectionsTroubleshooting and FAQsFrequently Asked QuestionsContact Form Module
How to Add a Consent and Agreement Field to the Contact Form Module
How to Add a Consent and Agreement Field to the Contact Form Module

Add a consent/confirmation checkbox to the Contact Form so visitors can agree to terms of use or privacy policies before submitting it.

Updated over a week ago

Using the Contact Form module's custom fields, you can create a custom field that displays a Consent and Agreement field.

The visitor must check this field before sending the Contact Form, giving their consent, and agreeing to the website's Terms of Use guidelines.

  1. Open the Contact Form module's settings

  2. Click on the Plus icon to add a new Field

  3. Type in the field's Title

  4. Expand the Field Options Group

  5. Choose Checkboxes in the Type dropdown

    Contact Form module - Choose the Field type

  6. In the Options field, write your text with the link to the website's policies

    Contact Form module - Add Link to the checkbox field

  7. Ensure that the Required Field option is enabled

Pro Tip: If you don't want to show the field title, in the Field's settings, go to Advanced Tab โ†’ Custom CSS โ†’ Free Form CSS and add this CSS snippet:

selector .et_pb_contact_field_options_title {
display: none;
}

Contact Form module - Hide the field's title

Check the GIF below to see the entire process.

How to Add a Confirmation Checkbox to the Contact Form Module
Did this answer your question?