required fields in forms

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

when I have required fields in a form, if a user misses one of them and click
on submit, the form validator page appears,,, when the user clicks on return
to form, the form appears empty and he/she has to fill it again..

how can i avoid this? when the user goes back to the form he has only to
fill in the missing fields...3

Thanks Rayane
 
Do not use the error page option under form properties.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================
 
I am not using the error page option under form properties... any other
suggestions? i need this urgently...
 
If the user is not get a JavaScript validation pop-up, then you are using a validation error page.
The only way for the user to not loose any entered data is to have the user not leave the form page.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================
 
Back
Top