How to customize your sign up form
Jonathan Biri avatar
Written by Jonathan Biri
Updated over a week ago

You can add more input fields inside the default Shopify sign up form as described in this article:

Or, follow these steps:

(1) Open your theme's page:


โ€‹

(2) Click Actions > Edit code


โ€‹

(3) Search for customers/register.liquid file:

(4) Add the following code inside:

<div class="vat">

<label for="vat">VAT ID</label>

<input id="vat" type="text" name="customer[note][vat]" />

</div>

(5) Save your changes

Result:

Did this answer your question?