MailChimp signup form integration

Hi all! Looks like MailChimp may be getting a bit more strict about including Last Names.

If your Form only has a First Name, you might need to add a custom Embed block within your Form element:

<input type="hidden" name="last-name" value="--" />

Basically, this will send a non-blank Last Name value to MailChimp along with the other Form fields.

2 Likes