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.

conditional logic wipes out the form

  1. Using GF on wordpress 2.9.2 and Headway theme 1.6.3.
    Have a simple contact form at http://www.heskethmediation.com/contact.
    I wanted to ask if users wanted to be contacted by email or phone. If email the email field appears. However whenever I add a field using conditional logic the form does not display and I can not open the visual editor in Headway even in safe mode.
    Anybody know what the problem is?
    Thanks

    Posted 13 years ago on Thursday May 13, 2010 | Permalink
  2. Check to make sure your theme is using the wp_footer() function in the footer.php file. You need that to load the javascripts for the conditional logic.

    You can find more information on the FAQ page.

    http://www.gravityhelp.com/frequently-asked-questions/

    Posted 13 years ago on Thursday May 13, 2010 | Permalink
  3. Hi Kevin,
    this is the footer.php file:-

    <?php headway_footer(); ?>

    <?php headway_html_close() ?>

    So it's not using the function, how should I amend the file and will that affect the rest of the headway theme?

    - on further investigation I don't think this is the problem. I was trying it out on another site and it has the same footer.php file and I wasn't getting the problem. I have discovered that the problem only arises when I use the Headway Gravity Forms leaf so I will let Grant know.

    Thanks

    Posted 13 years ago on Friday May 14, 2010 | Permalink
  4. Yeah, I forgot about that. Headway includes the proper functions, but they're called in along with a lot of other stuff in the headway_footer() function.

    It's most likely some kind of script conflict.

    Can you send us an admin login to your site so we can take a look around? Please send it using the contact form and we'll check it out asap.

    Posted 13 years ago on Friday May 14, 2010 | Permalink
  5. Okay, thanks for the update. Let us know what you find.

    Posted 13 years ago on Friday May 14, 2010 | Permalink