Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1160846
    marketcampus
    Participant

    I’ve been trying to figure out how to disable the “double opt-in” process that the Email Form extension uses. I noticed not long ago a member posted this screenshot (http://prnt.sc/9hlxa3) but those two options don’t appear in my account. I have the latest version of X (4.6.1) and I also have the most recent Email Form plugin (1.1.2).

    Any idea on why I’m not seeing these options?

    #1161091
    Rad
    Moderator

    Hi there,

    Thanks for posting in.

    You still have to enable those options through child theme 🙂

    Please add this code to your child theme’s functions.php

    add_filter('x_email_mailchimp_skip_double_opt_in','__return_true');

    Thanks!

    #1162185
    marketcampus
    Participant

    Problem solved. Thank you so much!

    #1162494
    Lely
    Moderator

    You’re welcome!

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1160846 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>