Skip to product information
1 of 1
Published:2024.02.18

How to set a birthday input field on the account creation screen in Shopify and set the entered value as a tag

How to set a birthday input field on the account creation screen in Shopify and set the entered value as a tag

Applications

  • Member information management and editing

How to implement

  • LIQUID
View full details

When you set up a birthday input field on the Shopify member registration screen, there is a way to save the value using Customer notes, but this is a way to set the value in Customer tags. This is used when you need to determine the birth month by tag for a points app, etc.


How to set a birthday input field on the account creation screen and set the entered value as a tag


[How to set it] Add the code to the main-register.liquid form (basically, only one customer[tags] can be registered, but multiple values can be set by connecting the values with a comma (,))


After making a purchase (all items are ¥0), you will be able to view the sample code.

If you have already made a purchase, please login here.

Sample Codes

Test Theme :Dawn/Rise 15.2.0

Add the code in the form of main-register.liquid

Related Post