How to stop user from going back to previous page

Hello
I want to stop a user from pressing the built-in back button and landing on the previously visited page. I have a “page loaded” conditional which redirects the user to another page, however there is a considerable delay due to page load taking time, and it looks quite unprofessional.
I feel like this is a problem quite ubiquitous in website creation. Is there a way around this?
I’m thinking of putting a group which can cover all the elements during page load so that the page looks white but this feels suboptimal.
Thank you!

Hello @nico.dicagno

Make the page elements invisible by default. And once the page loads make them visible .

This topic was automatically closed after 70 days. New replies are no longer allowed.