Use own custom form with MailChimp

user818700 picture user818700 · Jun 11, 2012 · Viewed 18.7k times · Source

I'm currently working on a "coming soon" page that has a single text field and button where a user can input his/her email address to get notified when the app launches. I've heard that mailchimp is quite a nice little tool to use that handles all the user details that gets collected (meaning I don't have to worry about any scripting and a database my side) as well as automatically emailing the user that signed up thanking them etc.

I've tried designing a form to use on my site with mailchimp but I'm just not happy with the overall look and feel of the forms. Sure I can change edit some properties like color and all that jazz, but it just doesn't fit my needs.

Is there a way that I can use my current html form that I already have, with mailchimp? Instead of using the forms that one designs on mailchimp.

Thanks in advance

Answer

winfred picture winfred · Jun 12, 2012

You bet.

I'd check out their support article about custom hosted forms. It explains a bit about how form fields will need to look to jive with their database. You could also view-source of the mailchimp-hosted form you designed and see how the input names/types are put together there specifically for your list.

Also, paid accounts can use advanced forms mode to customize the HTML that they host for a list.