Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Frans de Jong 550 posts 1862 karma points MVP 4x c-trib
    Feb 27, 2015 @ 14:28
    Frans de Jong
    0

    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

  • Bjarne Fyrstenborg 1286 posts 4060 karma points MVP 8x c-trib
    Feb 27, 2015 @ 14:38
    Bjarne Fyrstenborg
    0

    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

  • Frans de Jong 550 posts 1862 karma points MVP 4x c-trib
    Mar 17, 2015 @ 11:44
    Frans de Jong
    0

    Thanks Bjarne, will look in to it.

    Frans

  • schlubadub 102 posts 617 karma points
    Mar 18, 2015 @ 03:44
    schlubadub
    100

    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/

  • Arlan 58 posts 184 karma points
    May 06, 2015 @ 23:34
    Arlan
    0

    this one worked for me

    https://our.umbraco.org/projects/website-utilities/nedfinity-mailchimp-mvc

    has only email input

    umbraco 7.2.4

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies