1
I have a web application . net mvc of satisfaction search, where the user preserves all the data and clicks the button to finish. The system records the survey data and redirects it to another page and sends a message that is finished. However the users click back, so the page comes back and the data is all filled and click again on finish. But the system is recording everything again. I could consist of recording the data, but I would like to know if there is any function to not allow it to go back to page, or.. when returning I can validate if the search has already been filled.
Please see [Ask]. Add a minimal and verifiable example, the way it is is not very intuitive.
– Don't Panic