MailChimp


In order to use MailChimp subscription form (shown in the image below) you need to follow these steps:

  1. Register MailChip account if you don't have one already.
  2. Create Signup form following the MailChimp instructions. Choose Embedded form and then Condensed.
  3. Copy the form action attribute from the code snippet.
  4. Next step is to replace the existing form action attribute (provided with the template) with your own.
  5. IMPORTANT: Change post? part to post-json?. And change method from post to get. This is necessary to enable the form submission via Ajax (without redirecting or page reload).
MailChimp subscription form in Footer