• Resolved jennilebaron

    (@jennilebaron)


    I have just disabled my Mailchimp for WP top bar because it’s not GDPR compliant. Right now you can only add fields for email and name. Do you know if there is a planned fix for this? I’d rather not have to download a separate top bar plugin as the Mailchimp one is clean looking and sticky.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Lap

    (@lapzor)

    “Hi,

    You could add the following code to your functions.php to add a required checkbox:

    add_action( ‘mctb_before_submit_button’, function() {
    echo ‘<label><input type=”checkbox” name=”AGREE” value=”1″ required> I agree to have my personal information transfered to MailChimp (more information)</label>’;
    });

    Hope that helps. If you have any questions, please let us know!

    Thread Starter jennilebaron

    (@jennilebaron)

    Thanks, I might dig in and try that this weekend.

    I appreciate the option!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Top Bar – GDPR compliant update?’ is closed to new replies.