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.

Form disappears with conditional logic

  1. agolinkoff
    Member

    When conditional logic is added, my form disappears. I've determined this is a theme issue, as it works in a different theme, but I don't know how to troubleshoot from there. I read something about enqueue and manual shortcode, but I'm not savvy enough to know how/where to implement that.

    Right now I'm placing the form on a page using this code:
    [gravityform id="1" name="Intake Form" description="false" ajax="true"]

    Any help would be greatly appreciated, thank you.

    http://centercityvet.com/intake-form-may/
    password: 1234

    Posted 11 years ago on Thursday June 21, 2012 | Permalink
  2. David Peralty

    Are you able to remove the following from your header.php file?

    <script type="text/javascript" src="http://centercityvet.com/wp-content/themes/Narm/js/jquery.js"></script>
    Posted 11 years ago on Thursday June 21, 2012 | Permalink
  3. agolinkoff
    Member

    I tried that - it breaks the entire site. =(

    Posted 11 years ago on Thursday June 21, 2012 | Permalink
  4. David Peralty

    Gravity Forms doesn't support JQuery 1.3.2 and JavaScript doesn't like when two versions of JQuery are running, so if your theme doesn't work with JQuery 1.7.2 (which seems to be the other version of JQuery running), I am not sure you can run that theme with Gravity Forms.

    Posted 11 years ago on Thursday June 21, 2012 | Permalink
  5. David Peralty

    Have you contacted the theme author to see if they have a more up to date version of their theme?

    Posted 11 years ago on Thursday June 21, 2012 | Permalink
  6. agolinkoff
    Member

    ok. i'll see if i can get in touch with the theme author. otherwise the form will just have to exist with no conditional logic. thank you for your prompt responses!

    Posted 11 years ago on Thursday June 21, 2012 | Permalink