I have one basic question probably, I am currently using a Web Form with a couple of Steps, I need to prevent the user to go to the second step if the first step is still not validated. Currently, if the user enters to the first step (tab 1), click on Next, then the second step gets displayed which is good and expected, if I copy the URL from the address bar at this point, and send it to someone else, then that user is able to open the second step directly bypassing the first one, so this is what I need to prevent.
I tried using step Condition on the second step, if the condition is not met then return to the first one (this is good), however when the condition is met I can only see a successful message instead of that tap information.
Any Idea on how to achieve this?
Thank you,