Condition to navigate to previous page

Hi,

When people arrive on my pricing page and they are not logged in, when they click to pay, they are first sent to the login page.

What condition can I use in the login workflow to send them back to the previous page (pricing page)?

Thanks a mil in advance!

Hi there, @Buddha… similar to one of your other threads, you can use a URL parameter to do what you described. When a user navigates from the payment page to the login page, send a URL parameter that “specifies” that they are coming from the payment page. You can then use the URL parameter to navigate back to the payment page after the user logs in.

Best…
Mike

1 Like

Thanks Mike!

1 Like