I am using the following...

$().ready(function() {
        // validate the comment form when it is submitted
        $("#commentForm").validate();

});

and the action in the form goes to thankyou.php

Reply via email to