isn't onElementValidate only fired when the form is actually valid. On Thu, May 19, 2011 at 11:16 AM, hamburger <[email protected]> wrote:
> 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
