I have a multi-step form used for application. When user submits form, I redirect them to home page. However, if user presses back button on browser they will return to form and all inputted data is still available allow for easy resubmitting application again.
Note: This doesn’t happen in chrome browser or on mobile. It only happens in Firefox. I want to make sure that it is consistent in all browsers that when user presses back button after completing application, there is no data prefilled.
This topic was modified 4 years, 4 months ago by rhsmary. Reason: clarification