Hello,
Please help me with this issue. I try to create a separate page with the possibility of newsletter signup.
I have copied the coding from the main page and inserted it. After that I wanted to add a “Name” box next to the “Email box”, just to have their name as well. However, now subscription is not working. No confirmation arrives and the email address just not appears in the Customer list…
Could you please advise what is wrong with the coding or settings? (Also, before I used Mailchimp but I wish to change back to Shopify email and I disconnected the Mailchimp app- not sure if this is causing the issue or not?)
Thank you in advance!
Orsi
Here is the coding:
.newsletter-grid__item { background-color: {{ section.settings.color_bg }}; } .newsletter-grid__item:first-child { background-color: {{ section.settings.color_bg | color_modify: 'alpha', 0.5 }}; }{{ section.settings.heading | escape }}
{{ 'general.newsletter_form.confirmation' | t }}
{% else %}- Hozzájárulok, hogy a Hoopla Sewing Bt. hírleveleket küldjön számomra
- Az Adatkezelési tájékoztatót megismertem és elfogadom
{% endif %}
{% endform %}