jQuery form validation, disabling until submitted
        Posted  
        
            by Daniel
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Daniel
        
        
        
        Published on 2010-04-05T21:06:22Z
        Indexed on 
            2010/04/05
            22:03 UTC
        
        
        Read the original article
        Hit count: 195
        
I'm using the jQuery Validation JS
I have two contact forms, the main one that appears on one page only, and a quick-contact that is on all pages.
How can I prevent quick-contact form to show the error messages ONLY on submit (without effecting the other form)
© Stack Overflow or respective owner