When my clients submit a form and get an error they're taken to a page with a link to go back. I'm using javascript:history.go(-1) to go back to the form.
I'm loosing my css functionality with background changes and colors, etc. of the form when the client goes back.
I don't want the client to have to re-type everything agian with a refresh.
Is there a way to avoid this?