How to add a 'Date of Birth' field in registration form?

HI everyone!

How to add a “Date of birth” button and customer can fill it when register?

After change, How can old customer updated their detail?

Please help! Thank you so much!!

Hi @chang99

Please follow this article.

https://avada.io/shopify/devdocs/insert-custom-fields-to-your-theme-customer-registration-form.html

1 Like

Hi @chang99

Maybe this article can help you with it

https://shopify.dev/docs/themes/customer-engagement/additional-customer-information

1 Like

Hey @chang99 , the previous answers shared will definitely work to collect a custom value such as birthday, however this value will only be stored as a customer note, and there’s no real way for the customer to be able to update or add the value after registration.

An alternate method would be to use an app such as Helium Customer Fields, which allows you to build completely custom registration forms, which can also be used by logged in customers to update their account information.

2 Likes