Form question - one-line text box

M

Mark

I am using Front Page 2000 - My questin is in regards to
forms - When designing a web page with severak one-line
text boxes, is there any way to make specific tex
boxes "required fields"? - In other words - the person
entering information on this web-page would have to enter
information into the "required fields" in order to
continue. Thanks in advance for your help.
 
T

Thomas A. Rowe

Select field, right click, form field validation

--

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

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

Sparky Polastri

Mark said:
I am using Front Page 2000 - My questin is in regards to
forms - When designing a web page with severak one-line
text boxes, is there any way to make specific tex
boxes "required fields"? - In other words - the person
entering information on this web-page would have to enter
information into the "required fields" in order to
continue. Thanks in advance for your help.

Yes.

Right click on them and look for "form field validation"

There is a whole slew of things you can require or not in there.

Validation typically uses JavaScript, so it won't work on all platforms, but
it will on most.
 
S

Steve Easton

You can make it a validation field so that if
they hit submit and the field is blank they will
receive a pop-up telling them to complete the field.
Right click the form field, select Form Field
properties and then click Validate.

ht
 
M

MD WebsUnlimited.com

Mark,

Double click the text box, Click Validate | Check Required | Click OK
 
Top