How do I create a field for DOB on sign up?

Hi @KINGWORLDWIDE

To add any extra field in the form follow the below steps:

  1. From your Shopify admin, go to Online Store > Themes.
  2. Find the theme you want to edit, and then click Actions > Edit code.
  3. In the Templates directory, click customers/register.liquid.
  4. Find the following Liquid tags in the code:{% form ‘create_customer’ %} and {% endform %}
  5. The customer registration form code is between the Liquid tags that you found in the previous step. This is where the default form fields are found, with each field separated by an empty line. Every theme is different, but a customer registration form field looks similar so make sure you are changing the right one.

Cheers!

Cheers!