Form validation error page failure

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

Guest

I'm using Frontpage 2003 and have a form on my website with three validated
text boxes. When you hit submit, it takes you to the confirmation page no
matter what is in the text boxes. My frontpage extensions are installed on
my server, but they are FP2002 extensions. Could this make a difference? I
hope someone out there has seen this problem and has an answer.
Thanks
 
FP2003 uses the FP2002 extensions.

What field validation "rules" are you using? e.g. numeric only, or a min
number/max number of characters, required field etc.

That field validation is javascript, so I'm not sure the FPSE has any
influence over that because the validation occurs before the form is
submitted.

If it was working you'd see an alert box telling you the data was incorrect,
and the form wouldn't submit until all fields had the valid data entered.
 
You don't have any validation code.

BTW - Have you looked at your site in FireFox, or anything else besides IE?

Bob Lehmann
 
You only have the first name field marked to be require, but you haven't assign a display name under
the validation dialog box.

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