Hi guys,
I would like to collect customers birthday data and use to send a voucher as a gift . Somethign like the below:
Any idea how to achieve this? I am currently using “Reformation theme”.
Thank you all in advance.
Tom
A Shopify store owner wants to collect customer birthday data to send automated birthday vouchers. They’re using the Reformation theme and have created banner pages with “Get your treat” call-to-action buttons.
Progress made:
Current challenge:
Suggested solutions:
Status: The discussion remains open as the original poster seeks guidance on properly storing birthday data in Shopify’s customer system rather than receiving it via email.
Hi guys,
I would like to collect customers birthday data and use to send a voucher as a gift . Somethign like the below:
Any idea how to achieve this? I am currently using “Reformation theme”.
Thank you all in advance.
Tom
If you want to collect customers birthday data from inside the product you can use these via line item properties. You can see this extra info in your cart and the orders in the store and for you as the store owner you will get these along with the order details in the backend.
Best
Hi @Ahazoh ,
Go to Online Store → Themes → Edit code.
Open customers/register.liquid
Add this input field :
<label for="birthday">Birthday</label>
<input type="date" name="customer[note][Birthday]" id="birthday">
Now use this app to send automated birthday vouchers.
Happy Birthday Email Discount app : Shopify Happy birthday discount app
These apps let you trigger a discount code on/around the customer’s birthday.
Thanks
Manoj
Hi guys,
Thanks for the reply but I guess I am looking for something different. I was able to create the banner page:
Once you click “Get your treat” it redirects you to the page below:
How do I add a form to that page to collect customers birthdays ?
THANK YOU
Hi all,
I managed to create a page with html code with collects the birthday dates but it is sending an email to me. How do I get the data to be saved under customers? like a new segment for birthdays? any ideas?
Thank you so much