Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a jQuery plugin that meets my requirements for multi-form validation? [closed]

Tags:

jquery

ajax

forms

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?

like image 314
matthewb Avatar asked Aug 12 '09 13:08

matthewb


1 Answers

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.

like image 91
redsquare Avatar answered Oct 22 '22 16:10

redsquare