Can I please get some assistance adding a success message for our newsletter?
1 Like
Hi @mnegura
- Go to the online store
- Edit code
- FInd newsletter.liquid
- Add the below code just above the {% endform %}
{%- if form.posted_successfully? -%}
###
Thanks for subscribing.
{%- endif -%}
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
Hmmm. That didn’t seem to work.
Hi @mnegura ,
I can’t help you more than that as we need to look into the code in the theme.
Thank you