• Resolved mikei2004

    (@mikei2004)


    I have a form that allows users to select a list to subscribe to and enter there email, how can I add an opt in check box that must be check to allow them to subscribe?

Viewing 1 replies (of 1 total)
  • Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hello,

    The fields that you can add in our form are based on the fields in your MailChimp list. To add a checkbox field in the form, you can use below code:

    <input name=”accept-terms” type=”checkbox” value=”agree” required><label>Subsribe to Newsletter</label>

    This will then use browser validation to make sure the user has checked it. However, please note that there will be no server-side validation.

    I hope that answers your query. Let us know if you have any further questions.

Viewing 1 replies (of 1 total)
  • The topic ‘GDPR Opt In Checkbox’ is closed to new replies.