Skip to product information
1 of 1
Published:2023.05.03

How to specify the destination after submit on the Shopify member registration and login form

How to specify the destination after submit on the Shopify member registration and login form

Applications

  • Navigation management and editing

How to implement

  • HTML/CSS
View full details

Shopify's member registration and login forms usually transition to your personal page after submission, but you can change the destination to anything you like. You can implement this by simply specifying the destination URL in the hidden field immediately after the form tag. It's also a good idea to have a comprehensive information page immediately after new member registration.


After making a purchase (all items are ¥0), you will be able to view the sample code.

If you have already made a purchase, please login here.

Sample Codes

Test Theme :Dawn/Rise 15.2.0

Add hidden fields to the "main-register.liquid" form


Add hidden fields to the "main-login.liquid" form

Related Post