Hello, I’m having some problems connecting my my Webflow form with my Mail Chimp account.
I’ve followed the instructions on this page below, and from a user perspective, it seems to be working fine. I enter my name and email address, and after hitting submit, I get the correct success message. And when I check that email account, I get a subscription confirmation message.
But when I check the audience list in Mail Chimp, the new email address isn’t there.
The issue with your form is that you are using the GET method rather than POST, under form settings change GET to POST, and it should work with your Mailchimp list. I hope this helps!
It sounds like the integration between Webflow and Mailchimp might not be fully configured, even though the form submission triggers the confirmation email. Double-check the integration settings in Webflow, ensuring that the form’s action URL matches the Mailchimp endpoint URL for your audience list, including any required API key and audience ID. Also, verify that the fields in your Webflow form match those in your Mailchimp audience setup, as mismatched field names can prevent data from being added. Finally, review your Mailchimp double opt-in settings to confirm that the subscriber is being properly added after confirmation. If the issue persists, check the Mailchimp API logs for errors or contact their support team for further assistance.
It helped me for a client’s website, hope it helps you as well.