using the contact form, I've noticed that when all fields are empty, there is no client-side validation and the form's fields are only being validated on server-side. Trying to add an invalid e-mail address, causes the expected error on client-side but this happens only when there is a value in the e-mail's field, not when it is completely empty.
I think it would be nice catching empty field values on client-side (before the postback).
Contact Form Client-side Validation
Hi all,
using the contact form, I've noticed that when all fields are empty, there is no client-side validation and the form's fields are only being validated on server-side. Trying to add an invalid e-mail address, causes the expected error on client-side but this happens only when there is a value in the e-mail's field, not when it is completely empty.
I think it would be nice catching empty field values on client-side (before the postback).
Is there a certain reason for this behavior?
Thanks in advance
Hi Loannis,
Sorry for the late reply. There is no particular reason for not having client side validation. I'll have a look and see what I can do
Cheers,
J
Hi Loannis,
I have updated a new version 3.0.2 which now includes unobstrusive jquery client side validation.
Hi Jorge,
thanks for the update. I'll check this out as soon as possible...!
is working on a reply...