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.

Setting a field to conditional causes form to not be displayed.

  1. I've searched for other posts and haven't found a definitive answer other than, "can you send me the link to the page". So, I'm starting a post for my page. It's a simple form, but has one conditional field. If I enable the conditional element, then the form does not display at all. If I disabled the conditional field attribute, then the form displays fine.

    Here's the page/form in questions: http://blog.thomaslesterphotography.com/contact/

    Wordpress version: 3.3.1
    Gravity Froms: 1.6.2

    Posted 12 years ago on Friday February 3, 2012 | Permalink
  2. Have you tested for a theme or plugin conflict yet?

    http://www.gravityhelp.com/documentation/page/Testing_for_a_Theme/Plugin_Conflict

    Posted 12 years ago on Friday February 3, 2012 | Permalink
  3. I tested the plugins. I disabled everything except Gravity forms and it still fails. I'm running a backup now. As soon as it's done, I'll test the theme change and let you know.

    Posted 12 years ago on Friday February 3, 2012 | Permalink
  4. OK... it appears to be a conflict with my theme. How do I go about fixing it?

    Posted 12 years ago on Friday February 3, 2012 | Permalink
  5. It's most likely related to a javascript - so you could try commenting out scripts one by one that are at the theme level to see if you can pinpoint that way.

    Posted 12 years ago on Friday February 3, 2012 | Permalink
  6. Hi Guys - When I look at Firebug, these are the two errors I'm getting:

    Error: Syntax error, unrecognized expression: [href$=.jpg]
    Source File: http://blog.thomaslesterphotography.com/wp-includes/js/jquery/jquery.js?ver=1.7.1
    Line: 3

    Error: Components.classes['@mozilla.org/oji/jvm-mgr;1'] is undefined
    Source File: chrome://webdeveloper/content/tools.js
    Line: 4

    I'm guessing it's the jquery. how did a remove them from being included. Do I commented it out of a config file, or do I need to put a prefix on the filename or something like that?

    Posted 12 years ago on Friday February 3, 2012 | Permalink