Hi,

I got a form with a few fields. 2 of them are using remote validation.
So it's basically checking if username and email are already in
database.

The problem is those field seems to validate as soon has i click into
another field causing the error message to show up no mather if I did
put something in the field or not. What is more weird is that all the
error messages for the other field are shown at the same time. For
some reason display:none isn't added to the other messages when the
container get the display:block.

So it's basically not waiting for the form to be submitted for
validating those 2 fields. Others are ok.

Some other weird thing I noticed since I configured remote validation
is if I have thickbox on the same page has soon as I click on the
thickbox link it triggers the validation???

Any help will be greatly appreciated.

Reply via email to