Require Form Field

G

Guest

That's exactly what I wanted!! Just one more thing, instead of having it go
to an error page, is there some way I can just have a message box pop up?
 
A

Andrew Murray

The FP field validation should come up with alert boxes like you want, but
it might depend on the validation methods eg does your form only need
"required" fields, or more complex such as a field must have a min and max
number of characters, or numbers only etc?

Otherwise, you will have to write your own, or search for a "validation"
script (eg http://javascript.internet.com is a good resource for these types
of things)....the FP validation is a basic way of doing form field
validation without much in the way of options to configure it.

I think the way you describe it behaving is because it tests all the
validation/values "on submit" not as you proceed through each field, so it
presents the list of wrong things at the end, rather than alerting you to
wrong input as you go.
 
T

Thomas A. Rowe

Uncheck user Error Page under Form Properties.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================
 

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