• Resolved devaraj227

    (@devaraj227)


    I have Mailchimp for WP installed and it works fine. But I would love that it could add sign-ups to a specific Group on my Mailchimp master list – website signups. Is this possible? I can’t see an easy way but maybe I’m missing something. My site url is https://devaraj.org.uk

    Thanks

    Dev

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter devaraj227

    (@devaraj227)

    Worked it out now! Thanks Dev

    @devaraj227

    Would be amazing if you would share the solution… I’m trying to do the same thing.

    Thanks

    Brian

    Thread Starter devaraj227

    (@devaraj227)

    Hi Brian,

    I went to “Forms” in the WP MailChimp plug-in and fiddled around a bit with the code, I think. Must admit I can’t completely remember what I did now. But anyway now it looks like this and it works.

    Dev

    <input type=”hidden” name=”INTERESTS[72e39817a3]” value=”Website Sign-ups”>
    <p>
    <label>First Name</label>
    <input type=”text” name=”FNAME”>
    </p>
    </br>
    <p>
    <label>Last Name</label>
    <input type=”text” name=”LNAME”>
    </p>
    </br>
    <p>
    <label>Email address: </label>
    <input type=”email” name=”EMAIL” placeholder=”Your email address” required />
    </p>
    </br>
    <p>
    <input type=”submit” value=”Sign up” />
    </p>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can sign-ups be added to a specific group on MailChimp?’ is closed to new replies.