I have a form and want to intercept any location changes in a web browser if the form has not been saved.
For example, if I’m on page /profile
and try to click away to /about
, I want to display a custom modal that asks me if I want to save my progress.
After clicking YES or NO, I’d like to proceed to the intended location.
1