Skip to product information
1 of 1
Published:2024.07.01

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

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

Applications

  • Member information management and editing
View full details

This is a method to add your own items to Shopify's member registration form without using an app and register them as tags or notes. By using Shopify Flow in conjunction with this, you can also reflect the input values in meta fields. Here is an example of how to set it up.


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


[Setting Method 1] Add the code to the main-register.liquid form


[Setup Method 2] Create a Flow that uses customer creation as a trigger to identify customer tags and set metafield values.


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 "main-register.liquid" form

Related Post