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.

Gravity Forms/tabSlideOut conflict

  1. I'm running into issues where Gravity Forms won't submit on pages with a tabSlideOut div; instead, clicking Submit on the Gravity Forms form triggers the display of the tabSlideOut.

    Example page.

    I've already tried removing the JavaScript-generated content of the tabSlideOut, using tabSlideOut in noConflict mode, and changing the trigger from click to hover, and still, it is stealing the Submit click (so forms never submit).

    Posted 12 years ago on Friday July 15, 2011 | Permalink
  2. This is going to be an issue with the tabSlideOut div. Gravity Forms submit button does nothing unusual, it's a standard submit button with a unique ID associated with it. So it's not going to trigger any Javascript, which means the tabSlideOut is attaching itself to the submit button. Who created the tabSlideOut script?

    Posted 12 years ago on Friday July 15, 2011 | Permalink