You're experiencing an issue with a new email collection form in Webflow that's supposed to integrate with Mailchimp. Let's resolve the integration problem.
1. Verify Mailchimp API Key
- Go to Mailchimp and log into your account.
- Navigate to Account > Extras > API keys.
- Ensure you have a valid and active API key.
- Go to your Webflow Project Settings and ensure the API key is entered correctly under Integrations.
2. Check Webflow Form Settings
- Open the Designer and select your email collection form.
- Go to the Settings panel.
- Verify that the Form Action URL matches the required Mailchimp format (
https://<datacenter>.api.mailchimp.com/3.0/lists/<list_id>).
3. Confirm List ID in Mailchimp
- In Mailchimp, go to Audience > All contacts.
- Click Manage Audience > Settings.
- Find the Audience ID and ensure it matches the list_id in your Webflow settings.
4. Test with Webflow Forms
- In Webflow, open your site in Preview Mode.
- Fill out the email collection form and submit it.
- Check if the form submission is logged in Webflow under Forms.
5. Monitor Error Messages and Console Logs
- If it's not working, inspect the developer console in your web browser.
- Look for any error messages related to the form submission or API.
Summary
First, ensure you have a valid and correctly entered Mailchimp API key in Webflow. Confirm that the Form Action URL and list_id match what's required by Mailchimp. Test in Webflow to ensure submissions are logged and verify any console errors for more specific issues.