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 not displaying

  1. I'm having issues with my form's wrapper <div> getting an inline display:none adding to it. I have no idea where this is coming from; if I try a different Gravity Form on the same page it works. I don't have any CSS class names in the form settings. I've also tried duplicating the form and changing the ID number in the shortcode and that doesn't work.

    This is how the <div> appears:
    <div class='gf_browser_chrome gform_wrapper' id='gform_wrapper_12' style='display:none'>

    Posted 10 years ago on Tuesday April 23, 2013 | Permalink
  2. That inline style appears when you use conditional logic. Which means something is conflicting, most likely a JS error of some kind. You'll want to run through a theme/plugin conflict test:

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

    Posted 10 years ago on Tuesday April 23, 2013 | Permalink