Skip to content

psolbach/mailchimp-async-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔹 Mailchimp Async Form

Gif

Mailchimp's embedded signup forms open up new tabs. We want users to stay on our site after they click the subscribe button. All you need is your Mailchimp User and List id. Install via npm, import module, initialize with your ids — et voilà. You're done.

Install

npm i --save mailchimp-async-form

Use

With Webpack:

import 'mailchimp-async-form';
const mcAsyncForm = mailchimp-async-form('.your-signup-div');
mcAsyncForm({uid, listId});

Vanilla:
Include mailchimp-async-form.{js,css}.
Insert the embedcode into your markup.
Replace uid and listId respectively.
Happiness.



Licensed under MIT. Very much WIP.

(c) FanMatics, Hamburg

About

Easy, asynchronous signup forms for Mailchimp

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published