How do i make the link for my new form

the default registration form is register.liquid and the link for it in the main menu of the website is https://xyz.com/account/register. i have another registration form which is registernew.liquid. i want to make a link in the main menu to open the new form but i dont know what to put for the link to the new form

there is pages under online store in the store dashboard and i can create a new page. do i need to create a new page? if yes then how do i link it to registernew.liquid?

Hello @cns000

Let’s try add a template instead of adding a section or snippet like this: https://prnt.sc/XD1Iqk9Vslil

so it will show in Theme template list under online store so that you choose.

I hope the above is useful to you.
Best regards,
GemPages Support Team

this worked. thanks :slightly_smiling_face: i was able to create a page and select the template if it’s page.registernew.liquid

there is a new problem. if i put a password which is less than 5 characters in the new registration form and i press submit or i put in a used email address and i press submit then the page refreshes and a red error box shows on the old registration form and the red error box is not showing on the new registration form. why is that?