Am in need of jquery plugin that would allow me to do the following
1. build a form wizard on my existing site that currently uses backbone to load views etc
2. perform ajax calls at each wizrad step and validate if needed or validate client side
3. save to local backbone model for persistance
4. open wizard steps only if previous one passes validation
5. save to db when all steps are fulfilled.
Found this one
Not sure if this will perform all my needs.
also would like to use a plugin that is in active development