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.

Forms no longer show using shortcode or PHP code.

  1. I created 2 forms that use conditional logic in them. They were showing up fine until today. For some reason they stopped showing. If I view the source I see a style="display: none" and if I edit that then I can see my form. I saw another post refering to this and it mentioned code in the footer missing. I verified that "<?php wp_footer(); ?>" was in the footer.php code for my theme. What do I look for now. I'm on a time constraint and need to resolve very quickly. Thank you in advance for you help.

    Posted 11 years ago on Friday March 29, 2013 | Permalink
  2. The first thing to check for is to run through a theme/plugin conflict:

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

    Usually when conditional logic forms don't display on your page is due to a JS error/conflict of some kind. The display: none is normal for conditional logic forms to have. The JS controls it.

    Posted 11 years ago on Friday March 29, 2013 | Permalink