I have seen the login form example (http://jquery.bassistance.de/
validate/demo/login/), but I cannot use it as I have to manually
change css classes for all required elements.

Can someone help me out in this issue? Should I write custom methods
for this?

On Oct 2, 10:14 pm, NovoGeek <kris.techg...@gmail.com> wrote:
> Hi all,
> I tried searching for similar issues but couldn't find a satisfying
> answer. So posting it here.
> I have a form with multiple fieldsets which are visible conditionally.
> There are three submit buttons "Abandon", "Save" and "Save &
> Continue". Each button should validate specific controls of the form
> and submit it.
>
> I tried setting "onsubmit: false" and checking for "$('#myForm').valid
> ()" on click of these buttons., but that validates all controls of the
> form. Can someone suggest me what I should do?

Reply via email to