I have three forms on my website: register-form, login-form and article-form. All three forms are validated via the plugin, all inside the one javascript file. The register-form and login-form's work as expected and actually validate the form, yet the article-form one does not? the same code is used throughout and there are no errors that I can see...
Do the stylesheets need to be ordered in a certain way? Is there a limit to the number of forms in a certain form validate file?