Skip to main content
All CollectionsTroubleshooting and FAQsFrequently Asked QuestionsEmail Opt-in Module
How to Add a Consent and Agreement Field to the Email Optin Module
How to Add a Consent and Agreement Field to the Email Optin Module

Add a consent checkbox to the Email Optin module so users can agree to privacy policy disclaimers before submitting the form.

Updated over a week ago

Notes:

  • The following steps could differ slightly depending on your Email Provider.

  • The following steps use the MailChimp as the Email Provider.

  • Ensure that a custom field is already created in your Email Provider's account.

  1. Open the Email Optin module's settings

  2. In the Content Tab β†’ Email Account, choose your preferred Email Provider

  3. In the Content Tab β†’ Field, enable the Use Custom Fields option

    Email Opt-in module - Add a custom field

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

  5. Under the Field option, choose the custom field you want to use

  6. Expand the Field Options group

  7. Ensure that the field type is Radio Buttons

  8. In the Options field, click on the Chain iconto add the link

    Email Opt-in module - Custom field link text

  9. 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;
}
Email Opt-in module - Hide field's title

Did this answer your question?