required fields in forms

R

Rayane

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
 
T

Thomas A. Rowe

Do not use the error page option under form properties.

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

http://www.Ecom-Data.com
==============================================
 
R

Rayane

I am not using the error page option under form properties... any other
suggestions? i need this urgently...
 
T

Thomas A. Rowe

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
==============================================
 
Top