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.

BUG in 1.4.beta4 *RESOLVED*

  1. obvio
    Member

    hi,
    It looks like JS is totally not working on the "build form" screen (i deleted cache and tried it in different browsers), can't open the form fields properties to edit them..
    I'm on a mac on saw this in Safari 5 and Firefox beta 4.
    The error in the console is "TypeError: Result of expression 'b.connectWith' [undefined] is not an object." and is related to this file domain.com/wp-includes/js/jquery/ui.sortable.js?ver=1.7.3.
    This error only appears on GRAVITY FORMS edit-forms and new-form pages.
    thanks.

    Posted 13 years ago on Tuesday August 17, 2010 | Permalink
  2. Working for me on Windows 7 w/ Firefox 3.7a4.

    Posted 13 years ago on Wednesday August 18, 2010 | Permalink
  3. It sounds like you are encountering a plugin conflict. Nobody else is reporting this issue and Javascript errors within the form builder are usually always the result of another plugin interfering with the Gravity Forms javascript.

    You will need to run a plugin conflict test. It is also possible for your theme to cause conflicts as themes can do everything plugins can do, including cause plugin conflicts.

    If you need me to provide directions on how to properly debug a plugin conflict, let me know. It involves deactivating all other plugins, and then testing Gravity Forms. Then activate each plugin one by one and test Gravity Forms after each one until the problem occurs.

    It's common for poorly developed plugins to cause other plugins to not work properly when they output javascript code all over the admin instead of only on their plugin admin pages. That it what sounds like is happening here.

    Posted 13 years ago on Wednesday August 18, 2010 | Permalink
  4. obvio
    Member

    collides with http://wordpress.org/extend/plugins/gpress/

    Posted 13 years ago on Wednesday August 18, 2010 | Permalink
  5. Edit a form and when the formbuilder loads view source on that page and look for any JS being output by the gpress plugin (you could probably do a search for gpress on the source code). It is probably outputting Javascript on that page when it should not be. Unfortunately a lot of plugin developers don't follow best practices which includes only outputting JS/CSS/Code on your plugin admin pages and not on other plugin admin pages.

    Posted 13 years ago on Wednesday August 18, 2010 | Permalink