I have a page with a form, the processing of this form is on the same page calling an external class, after processing I give Redirect/Get
to the same page.
I would like to display a success / failure modal after submitting the form, I was thinking of passing% ur_% as a GET
parameter to the url via example.
The question is: How to remove the modal if the page is updated by the user?