Plugin Author
zaus
(@zaus)
Thanks, yes I have consulted the MailChimp documentation. I have a Contact Form 7 form on the site and want to use your plugin to sign up to a MailChimp list.
Presumably, I use the URL from the embedded form? My tests all fail with this debug info:
**RAW RESPONSE**
Array
(
[safe_message] => error object
[object] => WP_Error Object
(
[errors] => Array
(
[http_request_failed] => Array
(
[0] => A valid URL was not provided.
)
)
[error_data] => Array
(
)
)
)
All I need is some tiny bit of a clue as to what to use for the URL.
Thanks
problem solved…issue was encoding of post URL which I did not catch at first.
new issue – is there a way around MailChimp’s double opt-in for a list?
Plugin Author
zaus
(@zaus)
In short: no — http://kb.mailchimp.com/lists/signup-forms/the-double-opt-in-process
Our signup forms require the double opt-in process, so there’s not a way to turn off or otherwise disable the Opt-In Confirmation Email. If you’d like more control over your opt-in process, you can use a 3rd party integration like Wufoo’s or host your own forms and use the MailChimp API to pass subscriber information back to your list.