I'm trying to figure out a way to have the user go "back" after confirmation. I know I could do a redirection, but I can't dynamically handle the redirection and I'd like to not mess up the browser history to maintain a fluid navigation on the site.
If they want to go back now, they have to hit the back button twice, once to get back to the form before they submitted it and then again to the actual page.
Any ideas?