Validating a form
Can someone tell me why this form is not being validated? Name and Email
are required (and another field) but when I hit the submit button without
filling in my Name or Email, it gets submitted.
The form is located at:
http://www.sacredheartlanc.org/school/scrip_order.htm
Re: Validating a form
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
==============================================
"Sheetrum" <sheetrum [at] verizon.net> wrote in message news:uHMfYGjUIHA.1184 [at] TK2MSFTNGP04.phx.gbl...
> Can someone tell me why this form is not being validated? Name and Email are required (and
> another field) but when I hit the submit button without filling in my Name or Email, it gets
> submitted.
>
> The form is located at:
> http://www.sacredheartlanc.org/school/scrip_order.htm
>
>
>
Re: Validating a form
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.
"Thomas A. Rowe" <tarowe [at] mvps.org> wrote in message
news:ehYD3UjUIHA.5404 [at] TK2MSFTNGP03.phx.gbl...
> 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
> ==============================================
>
>
> "Sheetrum" <sheetrum [at] verizon.net> wrote in message
> news:uHMfYGjUIHA.1184 [at] TK2MSFTNGP04.phx.gbl...
>> Can someone tell me why this form is not being validated? Name and Email
>> are required (and another field) but when I hit the submit button without
>> filling in my Name or Email, it gets submitted.
>>
>> The form is located at:
>> http://www.sacredheartlanc.org/school/scrip_order.htm
>>
>>
>>
>
>
Re: Validating a form
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
==============================================
"Sheetrum" <sheetrum [at] verizon.net> wrote in message news:OEVFd5jUIHA.1208 [at] TK2MSFTNGP05.phx.gbl...
> 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.
>
>
>
> "Thomas A. Rowe" <tarowe [at] mvps.org> wrote in message news:ehYD3UjUIHA.5404 [at] TK2MSFTNGP03.phx.gbl...
>> 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
>> ==============================================
>>
>>
>> "Sheetrum" <sheetrum [at] verizon.net> wrote in message news:uHMfYGjUIHA.1184 [at] TK2MSFTNGP04.phx.gbl...
>>> Can someone tell me why this form is not being validated? Name and Email are required (and
>>> another field) but when I hit the submit button without filling in my Name or Email, it gets
>>> submitted.
>>>
>>> The form is located at:
>>> http://www.sacredheartlanc.org/school/scrip_order.htm
>>>
>>>
>>>
>>
>>
>
>
Re: Validating a form
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.
"Thomas A. Rowe" <tarowe [at] mvps.org> wrote in message
news:OnpNVCkUIHA.4584 [at] TK2MSFTNGP03.phx.gbl...
> 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
> ==============================================
>
>
> "Sheetrum" <sheetrum [at] verizon.net> wrote in message
> news:OEVFd5jUIHA.1208 [at] TK2MSFTNGP05.phx.gbl...
>> 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.
>>
>>
>>
>> "Thomas A. Rowe" <tarowe [at] mvps.org> wrote in message
>> news:ehYD3UjUIHA.5404 [at] TK2MSFTNGP03.phx.gbl...
>>> 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
>>> ==============================================
>>>
>>>
>>> "Sheetrum" <sheetrum [at] verizon.net> wrote in message
>>> news:uHMfYGjUIHA.1184 [at] TK2MSFTNGP04.phx.gbl...
>>>> Can someone tell me why this form is not being validated? Name and
>>>> Email are required (and another field) but when I hit the submit button
>>>> without filling in my Name or Email, it gets submitted.
>>>>
>>>> The form is located at:
>>>> http://www.sacredheartlanc.org/school/scrip_order.htm
>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>
Re: Validating a form
Why not just create the validation in FP?
--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
http://www.Ecom-Data.com
==============================================
"Sheetrum" <sheetrum [at] verizon.net> wrote in message news:uJXYyJkUIHA.5404 [at] TK2MSFTNGP06.phx.gbl...
> 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.
>
>
> "Thomas A. Rowe" <tarowe [at] mvps.org> wrote in message news:OnpNVCkUIHA.4584 [at] TK2MSFTNGP03.phx.gbl...
>> 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
>> ==============================================
>>
>>
>> "Sheetrum" <sheetrum [at] verizon.net> wrote in message news:OEVFd5jUIHA.1208 [at] TK2MSFTNGP05.phx.gbl...
>>> 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.
>>>
>>>
>>>
>>> "Thomas A. Rowe" <tarowe [at] mvps.org> wrote in message
>>> news:ehYD3UjUIHA.5404 [at] TK2MSFTNGP03.phx.gbl...
>>>> 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
>>>> ==============================================
>>>>
>>>>
>>>> "Sheetrum" <sheetrum [at] verizon.net> wrote in message
>>>> news:uHMfYGjUIHA.1184 [at] TK2MSFTNGP04.phx.gbl...
>>>>> Can someone tell me why this form is not being validated? Name and Email are required (and
>>>>> another field) but when I hit the submit button without filling in my Name or Email, it gets
>>>>> submitted.
>>>>>
>>>>> The form is located at:
>>>>> http://www.sacredheartlanc.org/school/scrip_order.htm
>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>
Re: Validating a form
You don't have a value for '-- Select One --' in your 'Pickup' select list.
Bob Lehmann
"Sheetrum" <sheetrum [at] verizon.net> wrote in message
news:uJXYyJkUIHA.5404 [at] TK2MSFTNGP06.phx.gbl...
> 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.
>
>
> "Thomas A. Rowe" <tarowe [at] mvps.org> wrote in message
> news:OnpNVCkUIHA.4584 [at] TK2MSFTNGP03.phx.gbl...
> > 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
> > ==============================================
> >
> >
> > "Sheetrum" <sheetrum [at] verizon.net> wrote in message
> > news:OEVFd5jUIHA.1208 [at] TK2MSFTNGP05.phx.gbl...
> >> 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.
> >>
> >>
> >>
> >> "Thomas A. Rowe" <tarowe [at] mvps.org> wrote in message
> >> news:ehYD3UjUIHA.5404 [at] TK2MSFTNGP03.phx.gbl...
> >>> 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
> >>> ==============================================
> >>>
> >>>
> >>> "Sheetrum" <sheetrum [at] verizon.net> wrote in message
> >>> news:uHMfYGjUIHA.1184 [at] TK2MSFTNGP04.phx.gbl...
> >>>> Can someone tell me why this form is not being validated? Name and
> >>>> Email are required (and another field) but when I hit the submit
button
> >>>> without filling in my Name or Email, it gets submitted.
> >>>>
> >>>> The form is located at:
> >>>> http://www.sacredheartlanc.org/school/scrip_order.htm
> >>>>
> >>>>
> >>>>
> >>>
> >>>
> >>
> >>
> >
> >
>
>
Re: Validating a form
There, I think that fixed it!
Thanks Bob
"Bob Lehmann" <nospam [at] dontbotherme.zzz> wrote in message
news:%239nfuTlUIHA.1164 [at] TK2MSFTNGP02.phx.gbl...
> You don't have a value for '-- Select One --' in your 'Pickup' select
> list.
>
> Bob Lehmann
>
> "Sheetrum" <sheetrum [at] verizon.net> wrote in message
> news:uJXYyJkUIHA.5404 [at] TK2MSFTNGP06.phx.gbl...
>> 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.
>>
>>
>> "Thomas A. Rowe" <tarowe [at] mvps.org> wrote in message
>> news:OnpNVCkUIHA.4584 [at] TK2MSFTNGP03.phx.gbl...
>> > 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
>> > ==============================================
>> >
>> >
>> > "Sheetrum" <sheetrum [at] verizon.net> wrote in message
>> > news:OEVFd5jUIHA.1208 [at] TK2MSFTNGP05.phx.gbl...
>> >> 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.
>> >>
>> >>
>> >>
>> >> "Thomas A. Rowe" <tarowe [at] mvps.org> wrote in message
>> >> news:ehYD3UjUIHA.5404 [at] TK2MSFTNGP03.phx.gbl...
>> >>> 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
>> >>> ==============================================
>> >>>
>> >>>
>> >>> "Sheetrum" <sheetrum [at] verizon.net> wrote in message
>> >>> news:uHMfYGjUIHA.1184 [at] TK2MSFTNGP04.phx.gbl...
>> >>>> Can someone tell me why this form is not being validated? Name and
>> >>>> Email are required (and another field) but when I hit the submit
> button
>> >>>> without filling in my Name or Email, it gets submitted.
>> >>>>
>> >>>> The form is located at:
>> >>>> http://www.sacredheartlanc.org/school/scrip_order.htm
>> >>>>
>> >>>>
>> >>>>
>> >>>
>> >>>
>> >>
>> >>
>> >
>> >
>>
>>
>
>