Question regarding register page / register form

Topic summary

A user is seeking help to separate the combined login/register page into two distinct pages (/login and /register). Currently, both forms appear together on a single page, as shown in an attached screenshot.

Responses:

  • One commenter requested the store URL to provide specific assistance.
  • Another user provided detailed technical steps:
    • Navigate to Online Stores → Theme → Actions → Edit code
    • Locate the Sections folder and find the customer registration form code
    • Copy the line containing {% include 'customer-register-form' %}
    • Create a new section for “Register” page and paste the code
    • Repeat similar steps for the “Login” page
    • Save changes

Status: The discussion appears to have an incomplete response (text cuts off), but initial guidance has been provided for theme customization through Shopify’s code editor.

Summarized with AI on November 21. AI used: claude-sonnet-4-5-20250929.

So right now this is what the register / sign in page looks like, both combined in 1 page for some reason:

Anyone know how to separate these completely with 2 different pages (/login , /register ) instead of having both on the same page?

Could you share your store URL?

Hello @primitiveball ,

You can try to follow these steps:

  • Go to Online Stores → Theme → Actions → Edit code

  • Go to Sections folder → email-signup-banner.liquid (or something named similar)
  • Locate the line of code that says {% include ‘customer-register-form’ %} and copy it.
  • Go to “Add a new section” → “page” → Name it “Register” → paste the code you copied
  • Repeat the steps for “Login” page
  • Save changes

Hope this can be useful.

Ali Reviews team.