The first issue I'm having is a lack of validation errors. The form doesn't advance when incomplete (which is good), but it also doesn't throw the validation warnings either.
I've got a multi-page form with the following:
- Animation
- User must be logged in w/ a shortcode
- Various javascript masks applied
I tried first by disabling the javascript mask(s) but still no validation warnings. Also tried turning off animation. If you like, you can view my form here: http://www.metrosphere.org/beta/submission-form-beta/
---
Also, I pulled 2 errors from Firebug on Firefox 5:
jQuery("").chosen is not a function
Line 208
class is a reserved identifier
Line 212