tags:

views:

1777

answers:

1

That has reg expression checks for phone, zip, email. Comparison checks for email and password. Bonus: masking and forcing letters and numbers only options.

I would like one that works well with this: http://www.malsup.com/jquery/form/

This is a multistage sign-up and would work when step 1 is complete(the form) it would send it to the server (via url serialized) on valid success go to step 2, which is a sliding div system.

What is the best way to do this, and combine it inside the above mention ajax form submit plugin's "beforeSubmit" option?

+6  A: 

The best validation plugin is Jorns here. Coupled with the metadata plugin it provides a powerful clientside validation framework.

Multipart form demo here

Please go and read and view the examples then ask any specific issues that crop up along the way in your solution.

redsquare
I was only asking an opinion question. It was not necessarily a problem.
matthewb
And I answered in a way to help your form an opinion!
redsquare
Yes You did I appreciate it, Thank You
matthewb
Jorns while pretty full-featured on the surface, is still full of bugs like a piece of swiss cheese.
Aaron