Add success message newsletter

Can I please get some assistance adding a success message for our newsletter?

1 Like

Hi @mnegura

  1. Go to the online store
  2. Edit code
  3. FInd newsletter.liquid
  4. 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