I would like to add an email subscriber and a get it button like the picture shown above on the last column of my footer. Can anybody please help me with that? Thank you!
Link: https://2cb7cc-ab.myshopify.com/products/home-page
Pass: testpage
I would like to add an email subscriber and a get it button like the picture shown above on the last column of my footer. Can anybody please help me with that? Thank you!
Link: https://2cb7cc-ab.myshopify.com/products/home-page
Pass: testpage
Hi @NgocLe1 ,
Here is the code for the newsletter.
{% form 'customer' %}
{% endform %}
https://shopify.dev/docs/themes/customer-engagement/email-consent
If you require further help to optimize or customize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
LuffyOnePiece
Sorry! That didn’t work!
Hi @NgocLe1 ,
You can try this one.
{% form 'customer' %}
{{ form.errors | default_errors }}
{% if form.posted_successfully? %}
{{ 'general.newsletter_form.confirmation' | t }}
{% else %}
{% endif %}
{% endform %}
Thank you
Thank you!