Mailchimp List Subscribe Form
Mailchimp List Subscribe Form

Mailchimp List Subscribe Form

Mailchimp

Use the Mailchimp List Subscribe plugin to quickly add a Mailchimp signup form block, widget, or shortcode to your WordPress site.

After installation, if you already have a Mailchimp account, you’ll log in with that account and then proceed to configure settings.

If you don’t have an account, you can create one directly in the plugin. After entering in all your personal details, you’ll need to activate your account via an email that will be sent to you. Once done, you’ll proceed to configure settings.

On the settings screen, you’ll select your Mailchimp list, choose merge fields and groups, and configure other options. Once done, you can now add the block, widget, or shortcode to your site. Typically, installation and setup will take about 5-10 minutes, and absolutely everything can be done via the WordPress Setting GUI, with no file editing at all.

WordPress.com compatibility is limited to Business tier users only. How to add a signup form if you have a WordPress.com site.

Access Token Encryption

Starting in version 1.6.0, authentication has changed to use OAuth. As part of this process, we retrieve an access token that can be used to make API requests. To provide a high-level of security, this access token is encrypted before being stored in the WordPress database. In order to ensure this access token can be decrypted when used, the plugin relies on certain security constants that should remain unchanged.

With no additional configuration, we use the standard LOGGED_IN_KEY and LOGGED_IN_SALT constants that are normally set in your site’s wp-config.php file. Some sites make use of security plugins that rotate these constants on a periodic basis. When this happens, we won’t be able to decrypt the access token and you’ll need to reconnect your Mailchimp account to generate a new access token.

To prevent such issues, it is recommended to define two additional constants in your site’s wp-config.php file: MAILCHIMP_SF_ENCRYPTION_KEY and MAILCHIMP_SF_ENCRYPTION_SALT. These constants should consist of a combination of characters, preferably at least 32 characters long. Once set, these values should not be changed. For strong values, you can copy some of the values from here and use them. You’ll end up with additional code like the following in your wp-config.php file:

define( 'MAILCHIMP_SF_ENCRYPTION_KEY', 'put your unique phrase here' );
define( 'MAILCHIMP_SF_ENCRYPTION_SALT', 'put your unique phrase here' );

If these constants are added after you’ve already authenticated with Mailchimp, you will need to reconnect your account. To avoid this, you can copy the values from LOGGED_IN_KEY and LOGGED_IN_SALT (if they exist) to MAILCHIMP_SF_ENCRYPTION_KEY and MAILCHIMP_SF_ENCRYPTION_SALT respectively.

Upgrading

If you are upgrading to version 1.2.1 and you used the widget in your sidebar previously, all you need to do is drag the Mailchimp Widget back into the sidebar, visit the Mailchimp settings page (which will have maintained your prior settings), click the “Update List” button, and you’re done!

Advanced

If you have a custom-coded sidebar or something that prevents enabling widgets through the WordPress GUI, complete these steps instead.

WordPress v2.8 or higher:
[mailchimpsf_form]

If you are adding it inside a php code block, add this:

 mailchimp_sf_signup_form(); 

Or, if you are adding it within HTML, use this:

<?php mailchimp_sf_signup_form(); ?>

Where ever you want it to show up.

Can I have multiple forms on one page?

No, only one form should exist per page, no matter the display type (block, widget, or shortcode).

Why am I not seeing all my fields in my form?

You need to ensure that the fields are enabled both in your Mailchimp account (Audience > Signup forms) and in the settings of this plugin. Once the fields are enabled in both places, then they’ll appear in the editor and frontend of your site.

How can I translate “MailChimp List Subscribe Form”?

Internationalization (i18n) is available on GlotPress at https://translate.wordpress.org/projects/wp-plugins/mailchimp/. Any assistance translating the plugin is greatly appreciated!

Why has this been abandoned?

By LordLiverpool on September 5, 2023

Why has this plugin been abandoned?

A company of MailChimp's size can easily afford to maintain this WordPress plugin.

Either support the plugin or delete it.

Zero Functionality

By mysticza on July 22, 2023

Doesn't display anything in a sidebar, no instructions, screenshots look like they're from 2010 [as @ 22/07/2023].

Almost worthless.

By wyverndryke on January 15, 2023

This plugin does not help you incorporate MailChimp into your WordPress site, at all.

Needs an update BADLY! It's not compatible with PHP 8+

By ericksonstudio on June 14, 2022

If you have PHP version 8.0 or above on your website, you will receive the following message ONLY if you have the Javascript option OFF in the MailChimp plugin settings — if you don't have the Javascript option on, the form won't work and you won't receiving any error messages indicating why:
Warning: Undefined array key "phone_format" in .../wp-content/plugins/mailchimp/mailchimp.php on line 861
Downgrade to PHP 7.4+ if possible and it will work again. In the meantime, MailChimp really needs to up their game since WordPress+MailChimp integration is important to many, otherwise you'll telling us to move to Constant Contact, et cetera.

Very unstable, not working properly

By leotuorto on May 4, 2018

Upon installed it locked my admin and had to uninstall it by deleting plug-in files using my server file manager

Only one form supported! No way!

By Oleg (Oleg.applaud) on February 18, 2018

Does not support multiple forms. Only one mailchimp list can be connected.

Not recommended unlike Mailchimp

By danba on August 11, 2017

I rarely give bad reviews but on this plugin I was disappointed. Mailchimp is an awesome services and yet they did not maintain, fix and improve this plugin. Now if they release a new version, which should include bug fixes and maybe some simple page level Targeting of widget, I would happily test again and revise my review.

Works great, just a tiny detail that annoys me...

By gotwickdotcom on June 7, 2017

Using Twenty Seventeen theme, when I add this widget to a page, it has a dot, like a bullet point, at the top of the form. I tried and tried to remove it, but no luck. No other widget does it that I have found. Any suggestions?

out-dated

By brampt22 on March 27, 2017

Given that this is from Mailchimp, it's unfortunate how out-dated this plugin is in its look and feel, and functionality (no popups, etc.).

Works for me

By dreamweaver23 on January 3, 2017

Been using if for a while. Works just fine for me.

1.6.0 – 2024-09-24

Note this version increased the WordPress minimum version to 6.1 and the PHP minimum version to 7.0.

1.5.8 – 2022-09-26

  • Changed: Updated readme.txt link.
  • **Fixed:* PHP warning for merge tags.
  • Fixed: Double slashes on resources being loaded.

View historical changelog details here.

This section describes how to install the plugin and get started using it.

Version 2.8+

  1. Unzip our archive and upload the entire mailchimp directory to your /wp-content/plugins/ directory.
  2. Activate the plugin through the Plugins menu in WordPress.
  3. Navigate to the Mailchimp menu.
  4. Click the Log in button and proceed through the OAuth flow, logging in to your Mailchimp account and authorizing the application.
  5. Select the list where you want to send new Mailchimp subscribers.
  6. Optional: Turn Merge Fields and Groups on or off. Navigate to Appearance, and click Widgets. Drag the Mailchimp Widget into one of your Widget Areas.
  7. Optional: adjust frontend site display with available CSS options.

Reviews

2.7 out of 5 stars

  • Version: 1.6.0
  • Last updated: 1 week ago
  • Active installations: 60K
  • WordPress version: 6.1
  • Tested up to: 6.6.2
  • PHP version: 7.0