English
In jForm, there is a bug in email type fields validation by the javascript function verifyForm. When an email contains a sub-domain (ie. when the domain name part of the email contains more than one dot), it is considered as invalid.
Here is an example :
- arnaudj@provider.com is considered as valid
- arnaudj@mail.provider.com is considered as invalid... but in fact it's valid !
French
Dans jForm, la validation des champs de type email par la fonction javascript verifyForm n'est pas correcte. En effet, cette fonction considère comme erronées les adresses électroniques qui comportent un sous-domaine, et qui contiennent donc plus d'un point dans le nom de domaine.
Par exemple :
- arnaudj@provider.com est considérée comme valide.
- arnaudj@mail.provider.com est considérée comme invalide, alors qu'elle est valide.