[jQuery] [VALIDATE] - Submit button is missing from post if i use remote method

[jQuery] [VALIDATE] - Submit button is missing from post if i use remote method


Hi Jörn ,
I am facing a problem in validate liberary using remote method, i am
not sure if i am doing something wrong or its a bug.
here is demo link of my form : http://www.zanetinewebdesign.com/demo-register.php
Remote validation is used on 3 fields
Email , Username , and city + state + zip
zanetine@gmail.com is invalid value for Email field ; message - email
is already in use
zanetine is invalid value for User name field : message - user name is
already in use
New York + NY + 10001 are valid values for city + state + combo
Issue :
If i remove remote validation from all fields then it works ok. other
java script validation works ok and Submit button is posted in POST
if i put remote valitadation back then submit field doesn't get posted
in POST
if i submit this form after disabling javascript then also submit
button get posted in POST
Any solution to this problem, thanks
Regards,
Gurinder Singh