Scripts and Forms???

  • Thread starter Thread starter sheetrum
  • Start date Start date
S

sheetrum

I've worked on it for a couple of hours and I can't seem to get this script
to work properly using FP2003.

I have everything I want covered, but the script doesn't run and I don't
know why! I used FP validation for the number of tickets box, but used a
script for the others (near the top of the page, in code.)

The page in question is:
http://sacredheartlanc.org/event/jazz_auction_33.htm The form is about half
way down the page.

I'm looking to have all fields required except the mailing address.

I need to get this working ASAP!

Yes, I know about the spam thing, but this is only going to be on line for a
few months and taken of-line.
 
You can not use a custom Form Validation Scripts and FP Created Form Validation Scripts at the same
time. You have to remove all of FP Form Validation Script/webbot code from the page and then include
the functionality in your Custom Validation Script.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
You have to change the form in HTML/Code View to use the custom script.

To learn how to do this, create new page with a FP feedback form, add FP Filed Validation, then view
the form on a server with the FP extensions in your browser, then do a view source, then look at how
FP calls the script, then you need to set up your custom script to be called in the same manner,
with the except, do not give the form the same name the FP would give the form.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top