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.

v1.6.10 - Error in conditional_logic.js

  1. Guys,

    I'm seeing an error with the GF upgrade. It occurs when a field is displayed/hidden conditionally based on another drop-down field. It looks like it's coming from conditional_logic.js. Error is:

    Uncaught Error: Syntax error, unrecognized expression: select:not([multiple]

    Coming from gf_reset_to_default()

    if(jQuery(this).is('select:not([multiple]'))
                val = jQuery(this).find('option').eq(0).val();
    Posted 11 years ago on Wednesday December 5, 2012 | Permalink
  2. Richard Vav
    Administrator

    I can confirm I am also seeing the the same error

    Posted 11 years ago on Thursday December 6, 2012 | Permalink
  3. I'll bring this to the attention of the development team and see if we can recreate this problem.

    Posted 11 years ago on Thursday December 6, 2012 | Permalink
  4. We were not able to recreate the problem, but we did make a change to the code which may help in your situation. Please email me at chris@rocketgenius.com and I will send you the new version.

    Thank you.

    Posted 11 years ago on Thursday December 6, 2012 | Permalink
  5. Richard Vav
    Administrator

    Hi Chris I have just sent you an email

    Thanks,
    Richard

    Posted 11 years ago on Thursday December 6, 2012 | Permalink
  6. It's a syntax error. The quotes are placed incorrectly. I corrected my local version.

    Posted 11 years ago on Thursday December 6, 2012 | Permalink
  7. Richard Vav
    Administrator

    Sorted Thanks,

    Posted 11 years ago on Friday December 7, 2012 | Permalink
  8. Thank you for the update. The fix will be in our next release.

    Posted 11 years ago on Friday December 7, 2012 | Permalink

This topic has been resolved and has been closed to new replies.