Validation of radio and check boxes input
Below is a simple form with checkboxes and radio buttons, please fill it in.
Explanations:
- The validate function includes an array that define various types of regular expressions. To trigger validation against one of these (e.g. 'number' or 'email') you have to give the form element a name like "number_whatever_else" or "email_xxx".
- JavaScript code is inside this page ... look at it
DKS
Last modified: Fri May 09 14:50:40 Europe de l'Ouest (heure d'été) 2008