[jQuery] [validate] Dotnetnuke and form validation

[jQuery] [validate] Dotnetnuke and form validation


Hi,
I'm using dotnetnuke cms in a current development and I'd really to
use validate for my forms. I haven't actually tried it but I know
that the entire page in DNN is rendered as a form and that 'forms'
within the page are psuedo forms - i.e. a group of inputs normally
wrapped in a DIV and with some psuedo submit code on the accept
button.
If I point validate at the DIV wrapping my 'form' fields will it work
(or is it looking for the form element). Can I intercept the pseudo
submit button with the plugin?
The contact form on the dotnetnuke home page is a good example of what
I am talking about:-
http://www.dotnetnuke.com/About/Contact/tabid/799/Default.aspx
Thanks,