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 only visible for logged-in users

  1. maratino
    Member

    I am calling gravityforms like this:

    http://pastie.org/1976796

    I dont' know why this inline style gets rendered "display:none"
    <div class='gform_wrapper' id='gform_wrapper_5' style='display:none'>

    Posted 13 years ago on Thursday May 26, 2011 | Permalink
  2. maratino
    Member

    seems the issue was related to "W3 Total Cache" Plugin.

    Posted 13 years ago on Thursday May 26, 2011 | Permalink
  3. Sounds like you have some sort of caching issue going on. BTW the display: none is because you have conditional logic on that form. Javascript is then used to unhide the fields that should be visible.

    Posted 13 years ago on Thursday May 26, 2011 | Permalink