problem with form

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

Guest

I copied a form and replaced some fields with oter fields. The fields may not be left blank by the user.
When I open the new form in IE, I get a script-error. When I debug this error, it turns out, that FP did not change the fieldname in the part where the validation is handled. Does anyone know how I can access this (java)script from within FP to change it manually? I don't want to create a completely new form.
 
You must click on each field, then select Field Validation and then change
the name or in HTML/Code view change the name in the grey webbot tag for
each field.

--

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

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


bruga said:
I copied a form and replaced some fields with oter fields. The fields may not be left blank by the user.
When I open the new form in IE, I get a script-error. When I debug this
error, it turns out, that FP did not change the fieldname in the part where
the validation is handled. Does anyone know how I can access this
(java)script from within FP to change it manually? I don't want to create a
completely new form.
 

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