I could swear this was working at one time. I have a form on my site, and if certain fields or not filled or filled incorrectly, an error page pops up with a link to go back to the form and correct the info. When I click that link it goes back and the form is blank.
Is there a way to keep the info the user has already filled out when going back. I tried all iterations in the javascript link; history.back(-1), window.history.back(), window.history.go(-1) etc., etc...