thx Aaron, but how to grab the whole form elements. The function do not give them.
onElementValidate: function(passed,element,validator,denotes ) {
if ( myForm.validate() ){ console.log("something wrong")};
},
gives the error to much recursion
