Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Danny van Kooten

    (@dvankooten)

    Hi there,

    Have a look at the frequently asked questions for information on how to integrate with any form.

    Basically, including the following HTML in the form should do the trick. How to do that depends on the plugin.

    <label><input type="checkbox" name="mc4wp-subscribe" value="1" /> Subscribe to our newsletter?</label>

    If you can’t specify custom HTML but you can specify a name / value pair then use mc4wp-subscribe as the name with a value of 1.

    Hope that helps!

    Thread Starter arghya139

    (@arghya139)

    This was just adding a subscribe checkbox, I need a email field where people put their emails, so tried this :

    <input type=”email” id=”mc4wp_email” name=”EMAIL” placeholder=”Your email address” required />

    This code is taken from mailchimp wordpress form, it shows everything correctly but when people add their email, that is not coming to my database in mailchimp

    Plugin Author Danny van Kooten

    (@dvankooten)

    Hi there,

    Almost right, try to change it to the following:

    <input type="email" name="mc4wp-EMAIL" placeholder="Your email address" required />

    That should do the trick!

    Thread Starter arghya139

    (@arghya139)

    No mate
    Still no mail added in my mailchimp account after submission ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Integration with other plugin’ is closed to new replies.