Why isn't the new email collection form in the hero header of the Webflow home page working with Mailchimp integration?

TL;DR
  • Verify Mailchimp API key is active and correctly entered in Webflow Integrations.
  • Check the Webflow form's settings to ensure the Form Action URL matches Mailchimp's required format.
  • Confirm the Mailchimp Audience ID matches the list_id in Webflow.
  • Test the form in Webflow Preview Mode and check if the form submission logs correctly.
  • Monitor developer console for potential error messages if issues persist.

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.

Rate this answer

Other Webflow Questions