Skip to content

Instantly share code, notes, and snippets.

@obiPlabon
Last active September 25, 2017 09:44
Show Gist options
  • Save obiPlabon/17e6a59d52a9f08c13b000f3ce6c78a1 to your computer and use it in GitHub Desktop.
Save obiPlabon/17e6a59d52a9f08c13b000f3ce6c78a1 to your computer and use it in GitHub Desktop.
Simple way to figure out MailChimp subscribe form URL for AjaxChimp plugin (https://github.com/scdoshi/jquery-ajaxchimp)

Figuring Out MailChimp Subscribe Form URL

First of all check this article on MailChimp knowledge base Host Your Own Signup Form. If you're at point 1, then take a look at the following picture. We need those 3 highlighted items to form a URL.

Form code

Copy those items and form a URL like the following:

http://mailchimp.us8.list-manage.com/subscribe/post??u=a123cd45678ef90g7h1j7k9lm&id=ab2c468d10

That's it :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment