This Message Forum is no longer in use

Please use the new Bravenet Help Forums FOUND HERE

General Forum
This Forum is Locked
Author
Comment
how do I make required fields in a form?

The subject says it all: how do I make some of the fields required on the form?

Thanks,
Beccy

Re: how do I make required fields in a form?

That depends.

(On what form you are using)

Re: how do I make required fields in a form?

The usual method to create required fields is to add some Javascript that checks the necessary fields, when the submit button is pressed. There are dozens of scripts to do this kind of thing. Take a look at The Javascript Source: Form Scripts and start going through the listings.