Skip to main content
All CollectionsForm Builder
Replace Shopify Default Registration Form With The Form Builder Registration Form
Replace Shopify Default Registration Form With The Form Builder Registration Form
Updated over a month ago

Introduction

In Shopify, various themes are available. So, file structure may vary accordingly. Here is the article on how you can replace the default registration form in your Shopify store theme.

Here are the steps to Replace Shopify default registration form with Form builder registration form -:

Step 1: After creating a registration form in the app, copy the shortcode or embed code of the form.

Step 2: Now, from your Shopify store admin go to Online Store >> Themes(Published theme) >> Edit code.

Step 3: Now click on Templates, open file customers/register.liquid file.

Step 4: Find schema tag “” in the file and append before it.

Step 5: Similarly, find schema tag “” tag and append after it.

Step 6: Completing procedure up to 5th step means you have commented the Shopify default registration form. After that, paste the copied embed code either after or before tag which you have recently added.


Step 7: Save.

Did this answer your question?