• Resolved volodymyr8

    (@volodymyr8)


    I’m trying to integrate Mailchimp with third-party form. So I’m insert the following code in the form:
    <p>
    <label>
    <input
    type = “checkbox”
    name = “mc4wp-subscribe”
    value = “1”
    >
    Subscribe to our newsletter.
    </label>
    </p>
    But when I’ve submit my form it’s do nothing. At Other Settings of plugin I’m logging everything and noone log message is arrive. I see only “– Nothing here. Which means there are no errors!”
    I’m use the plugin for Contact Form 7 integration too, and it works well.
    My simplified form code:
    <form
    name=”booking_form”
    >
    <div>
    <div>
    <label>
    <input
    placeholder=”Email”
    name=”email”
    type=”email”
    >
    </label>
    </div>
    <p>
    <label>
    <span>
    <input
    type=”checkbox”
    name=”mc4wp-subscribe”
    value=”1″
    >
    <p>
    I’d like to receive news and updates
    </p>
    </span>
    </label>
    </p>
    <input
    type=”submit”
    value=”proceed”
    >
    </div>
    </form>

    Why Mailchimp don’t work in that case?

    Please help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hello,

    Thanks for reaching out to us.

    I regret to say it’s not possible for us to debug 3rd party forms. Are you using WordPress methods to process a form?

    We had the same issue. The code mentioned is from the plugin author’s documentation. Appararently this no longer works and Gravity Forms is also no longer mentioned in the docs.

    We had to find out the hard way as we were missing subscriptions since the end of February. In recent versions the HTML route has been replaced by an advanced Gravity Form control. It is however unclear whether this correctly maps fields to MailChimp. We will test some more, then decide whether we stay with this plugin, or deploy an alternative.

    Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hello,

    There have been no replies to this topic from the original topic creator, so I’m marking this as resolved. Please do let us know if you’re still experiencing an issue.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Custom integration don’t work’ is closed to new replies.