PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

1.6 beta 2 bug(s)

  1. 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:

    1. Animation
    2. User must be logged in w/ a shortcode
    3. 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

    Posted 12 years ago on Wednesday September 7, 2011 | Permalink
  2. OK, so it looks like it's not advancing to the next page regardless of whether the required values are set. I've tried taking the "required" requirements off, but its still not advancing to the next page. All plugins (besides GF of course) have been disabled.

    Posted 12 years ago on Wednesday September 7, 2011 | Permalink