Auto tag customers who sign up to our newsletter via our competition landing page

Hello,

I would like to add code to this page https://skeanie.com.au/pages/win-a-pair-of-skeanie-toddler-shoes-sandals-boots-or-gumboots so if they signup using the newsletter form that is on this page that it tags them with the tag “competition”. Any help would be appreciated. Thank you!

Tag customers within Shopify? Otherwise, in what email provider?

I would like to tag in Shopify please, so I can segment the customers later for other purposes. We use Shopify Mail too - thanks @Josh_Uebergang

Easiest answer is @matheus_alce 's response in https://community.shopify.com/c/shopify-design/adding-a-tag-to-a-customer-through-a-form/m-p/590698.

2 Likes

Hey, this link is not working anymore. Could you send a quick explanation on this thread so we can have the solution again? Thanks!

Hi there @Josh_Uebergang , any chance you could provide a link that works?

Many thanks in advance!

Good news is way back machine had a copy of it: https://web.archive.org/web/20200808154120/https://community.shopify.com/c/shopify-design/adding-a-tag-to-a-customer-through-a-form/m-p/590698

Just add the code below right after {% form ‘create_customer’ %}

<input type="hidden" name="customer[tags]" value="your_tag">