Hi there!
Thanks for reaching out.
Yes, you can go back with the help of the browsers back arrow.
Or you can take a button and make the button act like the browser’s “Back” button, it doesn’t need to know the exact URL.
How to do it in SP Page Builder:
-
Edit the page or create a module with SP Page Builder.
-
Add a Button addon.
-
In the button’s link field, enter:
javascript:window.history.back();
- Save and update the page or publish the module in your desired module position.
Only works if the user navigated from another page in your site.
(If they came directly from Google or refreshed, it won’t have a “previous page” in history.)
Best regards