registration form requirements

  • Thread starter Thread starter skump
  • Start date Start date
S

skump

I have a registration form that I need some help with.
On this registration form people are able to choose a module and a time that
they can schedule to attend with our company. What I would like to do is make
it so that if they choose a check box for a module they are also required to
choose a time. Right now they can choose the check box and a time but it is
possible for them to choose the checkbox and not choose a time. I would like
them to be required to choose a time only if they choose the module. Any
suggestions?
Thanks!

Here is the form:
http://www.premiercomputing.com/email/FFA/free_for_all_registration..htm
 
You would need to add client side form field validation
- you may find one at http://javascript.about.com/library/blcrossval.htm

--




|I have a registration form that I need some help with.
| On this registration form people are able to choose a module and a time that
| they can schedule to attend with our company. What I would like to do is make
| it so that if they choose a check box for a module they are also required to
| choose a time. Right now they can choose the check box and a time but it is
| possible for them to choose the checkbox and not choose a time. I would like
| them to be required to choose a time only if they choose the module. Any
| suggestions?
| Thanks!
|
| Here is the form:
| http://www.premiercomputing.com/email/FFA/free_for_all_registration..htm
|
 
Back
Top