Form Validation (javascript) 18.09.08
On an existing form (see attached) I need to have a form validation on 3 of the fields. These fields are:
- Aanhef
- Workshop_ronde_1
- Workshop_ronde_2
If they are not chozen, they have the value “Niets_gekozen” according to the first hidden option. I would like to have a (Javascript?) pop-up when people click on submit and these fields are not chozen and so have this value. The text must be: “Please fill in: ” and then the not filled field description which are:
- Aanhef description = Mr, Ms or Mrs
- Workshop_ronde_1 description = Workshop round 1
- Workshop_ronde_2 description = Workshop round 2
The working example of the form can be viewed at http://www.tweetaligonderwijs.nl/aanmelden/third_annual_clil_conference/form_test.php



