Hide/remove email opt-out checkbox from consent part

We will be using the new consent options in the consent part to ask for opt-ins to email and phone (and post in some cases), in line with GDPR requirements. 

 

However it is not currently possible to disable or hide the 'Email Opt-out checkbox', which seems illogical given that we will be asking them to opt-in to emails directly above that. We want to be able to prove consent through an active opt-in, so we need to be able to disable/remove this conflicting option.

  • Guest
  • Mar 20 2018
  • Attach files
  • James Hudson commented
    May 23, 2018 16:16

    You can hide this checkbox using the following css:

    .consent-footer{
         display:none
    }

    Note that this will remove the link to the privacy policy as well, however we've had a link to our privacy policy on our event registration pages for a while anyway so we've just left that on there.