Hi there,
I am using Shopify customer tags and Klaviyo Email integration for email marketing to my customers.
I would like to add automatically add 2 tags for when a customer creates and account on my Shopify store.
I have already been able to achieve 1 tag automatically with adding each new customer to a ‘newsletter’ tag.
I have the below html in my ‘customers/register.liquid’ file above the {% endform %}
However, if I add a second line of this same html and change the value to “customer signups” then Shopify only sees the first hidden input HTML line and only outputs the “newsletter” tag.
Is it possible to automatically add 2 tags when a customer creates an account? If so, what are the steps/html to achieve this?
Thanks
- E