Web form loosing values

I’ge got a web form that has validations on, whenever a user submit the document and other fields or certain information is incorrectly entered, I pass an error page to the user with an OK button to go back to the web form.

Problem : When the user get back to the web form all the values are null or empty/ the form reset. Is there a way to keep the values on the web form.

Subject: Web form loosing values

Hi,

1.How you are submitting the form?

2.How youa re redirecting to the web form?

Suggesstions :

1.Do all the validations in javascriopt for incorrect information and stay in the same page by displaying the message.

2.Then,save the form.

Thanks

Suganya