FrontPage form -

N

nirak

I have made a form i frontpage 2003
I whant to validate fields and when error send the user back to the form
"Return to form" withour clearing the input form.
Found a code line
<input type="submit" value="return" name="kontakt_b2.htm" onclick="history" >

itis not good, and the fields are blank when the user are send back.
Please help
 
T

Thomas A. Rowe

Do not use the error page, instead use form field validation, this way the user never able to submit
the form to begin with.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
==============================================
Agents Real Estate Listing Network
http://www.NReal.com
==============================================
 
N

nirak

Hi Thomas -- I am sorry, dont understand.
I put up a validation for a field, when a user do not put in x the e-mail
adresse, and submit, then an error page comes up automatic. And then - Return
to form, gives the user a clean form. And there are 16 Q, that user will
never come back.
- sorry my englich, hope you understand. I have only used FrontPage 2003
nirak
 
T

Thomas A. Rowe

Under Form Properties, clear the field for the error page.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
==============================================
Agents Real Estate Listing Network
http://www.NReal.com
==============================================
 
Top