Form validation in FP.

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

Guest

How can I set up in FP form a form validation checking that all fields are
completed if not advsie viewer to complete all fields.
 
Right click each field for Form Filed Validation and make it a required Field

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| How can I set up in FP form a form validation checking that all fields are
| completed if not advsie viewer to complete all fields.
 
Sorry web site page should be
http://www.ageconcerneastbourne.org.uk/contractors.html

phylymann said:
Sorry but that does not work. I am using FP2003 and when I use validation and
make line as required field all that happens is when submit pressed it leaves
a empty space and forwards form!!!
www.ageconcerneastbourne.org.uk

Stefan B Rusynko said:
Right click each field for Form Filed Validation and make it a required Field

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| How can I set up in FP form a form validation checking that all fields are
| completed if not advsie viewer to complete all fields.
 
It should work...

You need Javascript turned on in your browser.

There are several validation options e.g. required field, min and max no# of
characters required & allow/disallow certain types of characters eg a field
called "phone" where you may want to allow only numbers, not letters as the
valid data entry for that field.

It shouldn't send the form unless all fields are completed. But if a user
types the [space] bar in an empty field, that counts as "filling in the
field" and therefore the validation sees it as a character and sends the
data.

I'm sure custom-written scripts can be written to disallow the [space] as a
'proper' character in terms of alpha, numeric or symbol.


phylymann said:
Sorry but that does not work. I am using FP2003 and when I use validation
and
make line as required field all that happens is when submit pressed it
leaves
a empty space and forwards form!!!
www.ageconcerneastbourne.org.uk

Stefan B Rusynko said:
Right click each field for Form Filed Validation and make it a required
Field

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| How can I set up in FP form a form validation checking that all fields
are
| completed if not advsie viewer to complete all fields.
 
Back
Top