Change the Create Account link to another page

Hi all,

I need some help please.

I don’t like the current form that the ‘Create Account’ form has and cannot change it to include all the details I need from a customer.

How do I change the Create Account link to open to a Registration Form I have already created?

Log in page: https://aedirectimports.myshopify.com/account/login

Reg Form page: https://aedirectimports.myshopify.com/pages/wholesale

Also, how do I add the contact email text eg: abc@abc.com to the log in page?

Thanks!

1 Like

The content you see for account creation is part of the theme code so you could swap out the default code for what you’ve added onto the page.

This is the file:
https://help.shopify.com/en/themes/development/templates/customers-register

1 Like

This is really helpful @Jason – another related question. Do you know where the URL path to the account page is defined? I get a lot of bot/spam attempts to login and/or create accounts. They ALWAYS come in the door at the /account/login URL, which I suspect 99% of Shopify sites have.

I’d like to change the URL for “/account” to be something like “/your-account”, primarily to block the bots. Is the URL to the /account tree (/account, /account/login, etc) defined in the theme or somewhere else in Shopify? Can it be edited?

Many thanks.

Michael