Validating a form

  • Thread starter Thread starter Sheetrum
  • Start date Start date
You have not applied any FP form field validation to your form. You are using a non-generated FP
validation script.

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

http://www.Ecom-Data.com
==============================================
 
I'm sure someone in here knows what I've done wrong. I've seen help with
this type of issue before, but I can't find out what's wrong on this page.
 
One way to learn, is to applies the FP Form Field Validation then view the form in a browser, then
do a view source to see how the validation is implemented, then on the original form remove the FP
validation and set your custom one in it place.

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

http://www.Ecom-Data.com
==============================================
 
OK,

I'm on to something. The name and Email are being validated. I inserted an
onsubmit tag, but the last field being validated (pickup) shows the alert,
but when you click on OK it sends the form instead of making you choose a
selection.
 
Why not just create the validation in FP?

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

http://www.Ecom-Data.com
==============================================
 
You don't have a value for '-- Select One --' in your 'Pickup' select list.

Bob Lehmann
 
Back
Top