jQuery Live Form Validation in WordPress

Your page through javascript errors. Try loading the validation scripts on footer (before closing </body> tag) rather than within header (within <head> tag).

If that doesn’t work, then try editing the jquery.validate.js file, and replace the first line (function(jQuery){ with (function($){. It should work.