How to add extra fields to the register account page - Dawn theme

Hi there,

How do I add extra fields for customers to fill out when registering to y our site? See example below

This is mine:

This is what I want to achieve:

Hello @MichelleClark ,

You can try to follow these steps:

Go to Online Store → Themes → Actions → Edit code

Go to Sections → Register.liquid or something name similar to this

In the register.liquid file, you can add custom HTML and Liquid code to create the extra fields. For example, to add a “Phone Number” field, you can use the following code:


  
  

Repeat the code for each fields you want to add

Save changes

Hope this can help.

Ali Reviews team

Hi @MichelleClark

When you want to create multiple fields for a subscription, that means you need to handle the data that the guest enters, such as saving, retrieving information for your control, if only editing the interface and not save that information, creating so many fields will not be necessary.

In this case, I think you should find a shopify expert to reconfigure the data handling and tweak the interface to your liking.

It’s what we can help with an optimal solution. If you need help from our expert, kindly share your request with us via Shopify experts. We will check it and give you a detailed solution. We’re looking forward to working with you.

Hey @MichelleClark !

No need to do any coding or hire a developer to accomplish this. You can use an app such as Helium Customer Fields to build a custom registration form and save the data collected directly into Shopify metafields. Use our simple drag and drop interface to build and customize your form, then install it on your site with just a few clicks.

Feel free to let me know if you have any questions!

1 Like

hi! is there a way to make added fields mandatory/required?