How do I make all fields on a form required?

  • Thread starter Thread starter Guest
  • Start date Start date
Individually set validation on each form field

--




|I have a form on my website and I want to make all fields required.
|
|
 
All of the fields in the validation screen are grayed out except maximum.

Do you know what I should. IT tells me I have all of the permissions. What
else can I try?
 
Have you enabled/check the Required box under form properties?

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

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
I am looking and cannot find where to do that. When I right-click the field,
I choose form properties and do not see a required box and then I right-click
the field and choose form field properties and do not see that either. I am
using Frontpage 2003
 
Right click on the field, then Form Field Validation

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

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
Yes, I can get that far, but when validation screen appears, all is greyed
out except Maximum.
 
Can you provide a link to this form?

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

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
http://www.cpcf.com/currentbondreq2.htm

Thomas A. Rowe said:
Can you provide a link to this form?

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

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
Linda B,

Either your FP client app or the server is configured incorrectly, as the form is set to use
VBScript as the default client-side scripting language, which control form field validation.
VBScript client-side is only supported in IE browsers.

I was able to open your form in FP 2003, and I have no problem access any of the option under Form
Field Validation for any field on the form. Under Data Length, you must check the box for Required.
--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WebMaster Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
It should also have the required option un greyed

--




| Yes, I can get that far, but when validation screen appears, all is greyed
| out except Maximum.
|
| "Thomas A. Rowe" wrote:
|
| > Right click on the field, then Form Field Validation
| >
| > --
| > ==============================================
| > Thomas A. Rowe (Microsoft MVP - FrontPage)
| > WebMaster Resources(tm)
| >
| > FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| > ==============================================
| > If you feel your current issue is a results of installing
| > a Service Pack or security update, please contact
| > Microsoft Product Support Services:
| > http://support.microsoft.com
| > If the problem can be shown to have been caused by a
| > security update, then there is usually no charge for the call.
| > ==============================================
| >
| > | > >I am looking and cannot find where to do that. When I right-click the field,
| > > I choose form properties and do not see a required box and then I right-click
| > > the field and choose form field properties and do not see that either. I am
| > > using Frontpage 2003
| > >
| > > "Thomas A. Rowe" wrote:
| > >
| > >> Have you enabled/check the Required box under form properties?
| > >>
| > >> --
| > >> ==============================================
| > >> Thomas A. Rowe (Microsoft MVP - FrontPage)
| > >> WebMaster Resources(tm)
| > >>
| > >> FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| > >> ==============================================
| > >> If you feel your current issue is a results of installing
| > >> a Service Pack or security update, please contact
| > >> Microsoft Product Support Services:
| > >> http://support.microsoft.com
| > >> If the problem can be shown to have been caused by a
| > >> security update, then there is usually no charge for the call.
| > >> ==============================================
| > >>
| > >> | > >> > All of the fields in the validation screen are grayed out except maximum.
| > >> >
| > >> > Do you know what I should. IT tells me I have all of the permissions. What
| > >> > else can I try?
| > >> > "Stefan B Rusynko" wrote:
| > >> >
| > >> >> Individually set validation on each form 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.net-sites.com/sitebuilder/newsgroups.asp
| > >> >> _____________________________________________
| > >> >>
| > >> >>
| > >> >> | > >> >> |I have a form on my website and I want to make all fields required.
| > >> >> |
| > >> >> |
| > >> >>
| > >> >>
| > >> >>
| > >>
| > >>
| > >>
| >
| >
| >
 
Back
Top