PDA

View Full Version : No Validation?


Remco209061
11-24-2009, 12:05 PM
Hello,
I want to use Client validation, but the validation won't work. The mail is send without validation?

See the attached file.

thanks

Jason Byrnes
11-24-2009, 03:01 PM
You have some form elements that are badly named.


When naming form elements you must confirm to the following rules:

1) Form element names may contain only numbers and letters. The only exception is the underscore (_) character.

2) the first character in a name must be a letter.

3) You may not use spaces.


the following form elements are causing java script errors to occur which is breaking the validation:

<input type="text" name="e-mail" size="44" tabindex="1">

<input type="checkbox" value="informatie" name="carpette bordure">