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.

Certain forms not displaying or previewing on WordPress 3.5 RC3

  1. My site is running WordPress 3.5 RC3 and the latest version of Gravity Forms. I deactivated all other plugins and activated the Twenty Eleven theme. Some forms display without any problem. Others do not. The content is in the source but is not displayed on the page. Same forms cannot be previewed either. I have a link to a screenshot of a page where a form should in a Chrome browser with the Developer Tools Java Console open with javascript error:
    http://screencast.com/t/canVeFMyv

    Same form will work on WordPress 3.4.2. It looks like a possible issue with jquery and the conditional logic script?

    Posted 11 years ago on Friday December 7, 2012 | Permalink
  2. semyou
    Member

    I have a similar situation. My form used to work well. Not anymore after the upgrade.
    Hopefully, the guys will have an answer for us. I think it's related to jquery as I see an error on my firebug.

    Posted 11 years ago on Saturday December 8, 2012 | Permalink
  3. I have temporarily worked around the issue by using the following CSS code:

    .gform_wrapper { display: block !important; }

    The forms in question still work despite the javascript errors.

    Posted 11 years ago on Saturday December 8, 2012 | Permalink
  4. Please provide a link to the site where the form is not visible. The display:none is used to hide forms with conditional logic, and when our jQuery cannot run do to a plugin conflict, theme conflict or other JavaScript or jQuery error, the form will never be shown. Adding display:block to the CSS is a workaround to get the form to show, but the error is still present and will likely create other problems. It's best to determine the source of the conflict.

    Gravity Forms is being updated to be compatible with WordPress 3.5, but you may experience problems with using the release candidate.

    Posted 11 years ago on Sunday December 9, 2012 | Permalink
  5. Hi all,

    I'm seeing this with WordPress 3.5rc6 (just updated this morning). You can see it on this page:

    http://dev-sarcoma.slash25.com/test-form/

    Chrome Inspector shows these alerts in the console:
    Uncaught ReferenceError: jQuery is not defined dev-sarcoma.slash25.com:26
    Uncaught Error: Syntax error, unrecognized expression: select:not([multiple] jquery.js:2

    Cheers!

    Pat

    Posted 11 years ago on Monday December 10, 2012 | Permalink
  6. David Peralty

    ramseyp - the first error you have is from an empty JQuery function. The second error, doesn't specifically seem like a Gravity Forms error. Can you disable Gravity Forms and see if both of those issues go away? Also, I'll let our devs know about this thread. All my best!

    Posted 11 years ago on Monday December 10, 2012 | Permalink
  7. Hi David,

    If I disable Gravity Forms, those two errors go away. The form is a paginated form, with ajax enabled. I haven't tried other types of forms.

    Posted 11 years ago on Monday December 10, 2012 | Permalink
  8. David Peralty

    Thanks, I will let our team know so they can test and refine. All my best!

    Posted 11 years ago on Monday December 10, 2012 | Permalink