Home Forums WoodMart support forum Newsletter Sign Up Data

Newsletter Sign Up Data

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #36035

    yacob555
    Participant

    Hi, how do I get the emails entered in the newsletter popup to transfer to Mailchimp?

    [mc4wp_form id=”74″] is showing up in the popup box, but I don’t have a form id=74.

    How do I go about linking these collected emails to my MailChimp account?

    Thanks!

    #36054

    Artem Temos
    Keymaster

    Hi,

    You can read mailchimp documentation that should help you integrate your newsletter subscription form to your mailchimp account https://connect.mailchimp.com/how-to/128

    Regards

    #36196

    yacob555
    Participant

    Thank you for the help. The default is list 74, which looks very nice. My list (288) isn’t as well styled.

    Where is this list 74 that is being referenced in the dummy data? I’d like to copy the styling (and hopefully just hook up my MailChimp to the existing structure.

    Thanks!

    #36210

    Artem Temos
    Keymaster

    You need to edit this form and be sure that it has the following structure

    <p>
    	<label>Email address: </label>
    	<input type="email" name="EMAIL" placeholder="Your email address" required />
    </p>
    
    <p>
    	<input type="submit" value="Sign up" />
    </p>
    #36219

    yacob555
    Participant

    Thank you, working now. Styling is slightly off. Boxes don’t quite line up, sign up button isn’t primary color and the text is the same color as the box.

    Any ideas?

    Attachments:
    You must be logged in to view attached files.
    #36228

    Artem Temos
    Keymaster

    You need to set inherited styles from the theme in your form’s settings https://gyazo.com/e608caf80c30fab1d46c906031fc924a

    #36257

    yacob555
    Participant

    Perfect! Can’t believe I missed that.

    Thanks!

    #36297

    Artem Temos
    Keymaster

    You are welcome!

Viewing 8 posts - 1 through 8 (of 8 total)

The topic ‘Newsletter Sign Up Data’ is closed to new replies.