News Letter Form
{% comment %} MailChimp is the go-to newsletter service for Shopify. Use the link below to find your MailChimp "form action" and insert it in your site settings. If the form action URL is not set in the theme settings, it will fallback to a customer form so you can still capture the email. MailChimp newsletter integration and requirement: - http://docs.shopify.com/support/configuration/store-customization/where-do-i-get-my-mailchimp-form-action {% endcomment %} {% if settings.newsletter_form_action != blank %}
{% else %}
{% form 'customer' %} {{ form.errors | default_errors }} {% if form.posted_successfully? %}
{{ 'general.newsletter_form.confirmation' | t }}
{% else %} {% endif %} {% endform %}{% form 'customer' %} {{ form.errors | default_errors }} {% if form.posted_successfully? %}
{% endif %} {% endform %}
{% endif %}
{{ 'general.newsletter_form.confirmation' | t }}
{% else %}