How do I get the form validator bot to stop renaming the form to .

D

dbolt

When useing form field validation in FrontPage 2004 a bot renames the first
form on the page to FrontPage_Form1 and the second to FrontPage_Form2 ... and
makes a function using that name to validate the enteries. I need to call
the validator function from with in the form but the name changes depending
on the order of the form on the page. I need to use the same form across
multiple pages so that updates can be made to one form.

Is there a way to get the form validator Bot not to rename the form and use
the name I give it?
 
S

Stefan B Rusynko

No
Either create your validation script or use the form names assigned by FP




| When useing form field validation in FrontPage 2004 a bot renames the first
| form on the page to FrontPage_Form1 and the second to FrontPage_Form2 ... and
| makes a function using that name to validate the enteries. I need to call
| the validator function from with in the form but the name changes depending
| on the order of the form on the page. I need to use the same form across
| multiple pages so that updates can be made to one form.
|
| Is there a way to get the form validator Bot not to rename the form and use
| the name I give it?
 

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

Top