issue with subscribe box on registration page

Home Forums WPLMS AddOns WPLMS Mailchimp issue with subscribe box on registration page

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #297829
    asadalihussain
    Spectator
    The subscription box on registration page is not functioning correctly Current State: 1. Enabled subscribe opt in: https://prnt.sc/u511wm 2. On registration page box is unchecked: https://prnt.sc/u5144r 3. User still gets added to mailchimp list as SUBSCRIBED when box is unchecked This is what I want: 1. On registration page, box is checked by default 2. If user registers with box checked they get added to mailchimp as subscribed 3. If user unchecks box and registers, they dont get added to mailchimp
    #298016
    Diana
    Participant
    It is already implemented: https://www.youtube.com/watch?v=GcoYAUOAwVo
    #298033
    asadalihussain
    Spectator
    The checkbox IS NOT checked by default. I WANT it checked by default.
    #298253
    Diana
    Participant
    Please share your register page URL, I will try with jquery code to make it checked by default
    #298329
    asadalihussain
    Spectator
    https://www.trsacademy.org/register/ Thank you
    #298608
    Diana
    Participant
    Add this code with script tags in wp-admin > WPLMS > Footer > google Analytics Code
    
    <script>
    jQuery(function($){
        $('.register #subscribe_mailchimp:checkbox').attr('checked', 'checked');
    });
    </script>
    
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘issue with subscribe box on registration page’ is closed to new replies.