How to set up signup forms on Mailchimp
Setting up signup forms on Mailchimp involves accessing the Audience section, selecting your desired audience, and using the signup forms builder to create and customize your form. You can then embed the form on your website using the provided HTML code or share it as a hosted page.
Prerequisites
- Active Mailchimp account
- At least one audience (mailing list) created
- Basic understanding of HTML/CSS for customization
- Website or landing page where you'll embed the form
Step-by-Step Instructions
Navigate to Your Audience
Access Signup Forms
Choose Your Form Type
- Embedded form - for placing on your website
- Pop-up form - appears as an overlay on your site
- Landing page - standalone hosted page
Design Your Form
Configure Form Settings
Preview and Test Your Form
Publish Your Form
<iframe> or <script> tags and paste it into your website's HTML. For landing pages, copy the unique URL provided. For pop-ups, install the Mailchimp tracking code on your website.Monitor Form Performance
Common Issues & Troubleshooting
Form not displaying on website
Check that you've correctly pasted the embed code in your website's HTML. Ensure there are no conflicting CSS styles and that JavaScript is enabled. Try using the <script> version instead of <iframe> if having display issues.
Subscribers not receiving confirmation emails
Verify your From email address is authenticated in Mailchimp settings. Check that double opt-in is properly configured and ask subscribers to check their spam folders. Ensure your welcome email automation is active and properly set up.
Form fields not saving subscriber information
Make sure all form fields are properly mapped to your audience fields in Mailchimp. Check that required fields like email address are marked as mandatory. Verify that your audience merge tags match the form field names.
Mobile responsiveness issues
Use Mailchimp's mobile preview feature to test your form on different screen sizes. Avoid fixed widths and use the responsive form options. Consider creating a separate mobile-optimized version if the standard form doesn't display properly on mobile devices.