I need to make a popup on a site for subscribing to mailchimp. We are using a partial view with a script based on cultiv contactform for forms. We don't need any other function of mailchimp we only neet a name and a email to be added to mailchimp.
There is a sample mailchimpform1.js file that shows how to make the ajax request and handle the response, but you probably need to modify it for your specific case.
I posted a reply here, but it seems to have vanished. Anyway, I've always used the code generated from MailChimp for the various signup and popup forms. I'm sure you can customise it or pass in your own variables via Razor or JavaScript (or even hard-code them).
For the popup, they used to have something they called the "Evil Popup" but that's been replaced with something a bit nicer:
Subscribe to mailchimp
Hi all,
I need to make a popup on a site for subscribing to mailchimp. We are using a partial view with a script based on cultiv contactform for forms. We don't need any other function of mailchimp we only neet a name and a email to be added to mailchimp.
Has anybody managed to do something like this?
Thanks
Hi Frans
You can take a look at this WebService by Kevin Giszewski to subscribe users to MailChimp: https://github.com/kgiszewski/MailChimp
There is a sample mailchimpform1.js file that shows how to make the ajax request and handle the response, but you probably need to modify it for your specific case.
/Bjarne
Thanks Bjarne, will look in to it.
Frans
I posted a reply here, but it seems to have vanished. Anyway, I've always used the code generated from MailChimp for the various signup and popup forms. I'm sure you can customise it or pass in your own variables via Razor or JavaScript (or even hard-code them).
For the popup, they used to have something they called the "Evil Popup" but that's been replaced with something a bit nicer:
Overview: http://blog.mailchimp.com/new-subscriber-popup-forms-and-an-undo-list-import-button-in-v9-8/
Instructions: http://kb.mailchimp.com/lists/signup-forms/add-a-pop-up-form-to-your-website
They also have an API if you really want to get under the hood: https://apidocs.mailchimp.com/api/
this one worked for me
https://our.umbraco.org/projects/website-utilities/nedfinity-mailchimp-mvc
has only email input
umbraco 7.2.4
is working on a reply...