Optin – Mailchimp form not working

If you Mailchimp form is not working and leads to a 404 page please check the folllowing

  1. Check you’ve entered your API key in Mailchimp for WP
  2. In Mailchimp for WP > Forms > Settings make sure that if you filled the “Redirect to URL after successful sign-ups” it goes to a page that exists or is just left empty
  3. Just in case the demo didn’t import the form correctly, here is what we can try: replace the code in your Mailchimp form by this one (the initial Demo code):

<p>
<input type="text" name="NAME" placeholder="Your name" required />
</p>
<p>
<input type="email" name="email" placeholder="Your email address" required />
</p>
<p>
<input type="submit" value="Sign up" />
</p>

Finally if nothing has worked, review this documentation and make sure that in Mailchimp itself you are not trying to do it (redirect toward a thank you page after submission). That would cause the “Page not found” problem.

This article might also help you with that.

Was this article helpful?