SEO, AdWords, affiliates, advertising, and promotions
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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!
Solved! Go to the solution
This is an accepted solution.
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.
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
This is an accepted solution.
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.
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-t...
Just add the code below right after {% form 'create_customer' %}
<input type="hidden" name="customer[tags]" value="your_tag">