• Hi – I have set up a new checkbox within my contact form 7 so that I can confirm if people want to be subscribed to my list, as well as signing up for the freebie (GDPR)
    BUT…. when I go into the mailchimp list I can’t find anywhere that shows me whether they have signed up or not so can’t segment them. I also need to understand how to segment it at source so that it goes into a subscribed vs unsubscribed group?

    Can anyone please help? Here’s my code..

    </p>
    <p>
    <label>First Name</label>
    <input name=”FNAME” type=”text”>
    </p>

    <p>
    <label>Email address: </label>
    <input type=”email” name=”EMAIL” placeholder=”Your email address” required />
    </p>

    <label>
    <input type=”checkbox” name=”mc4wp-checkbox”

    ” unchecked=”true”> <span>Abby, I also want to hear from you with more recipes, inspiration and weight loss strategies. I understand that I can unsubscribe at any time.</span>

    </label>

    <p>
    <p>
    <input type=”submit” value=”Click to Join” />
    </p>

  • The topic ‘Can’t get checkbox info to show within mailchimp lists’ is closed to new replies.