Send customers back to previous page after login
The coreFORCE login page is normally called login, but it may be different for your site. Check Website > Pages to make sure.
To send the user back to the previous page after logging in, add "?referrer=true" to the href in the link to your login page in your site template. For example:
<a href="/login?referrer=true">Log In </a>
It is also possible to have the user login via a popup window instead of navigating to a new page. To do this, simply add class='login-popup-link' to the <a> tag for the login page.
Updated on: 06/21/2024
Thank you!