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.

1.6.3 beta 1 - All my forms are hidden

  1. wsnider28
    Member

    Looking forward to using some of the great enhancements in this version, however, I just installed and activated, and now some of my forms are hidden. (but not all?)

    Showing:
    http://new.crashtesthobby.com/more/faqs (under the first toggle, "Which Plane Should I Get?")
    http://new.crashtesthobby.com/contact-us

    NOT showing:
    http://new.crashtesthobby.com/bulk
    http://new.crashtesthobby.com/products/grim-reaper (Should show a mini form with shipping options above the "Add to Cart" button.)

    When I look at the source code, it shows:
    gf_browser_chrome gform_wrapper" id="gform_wrapper_16" style="display:none

    That's nowhere in my custom CSS, so not sure why it's hiding them.

    Posted 12 years ago on Tuesday January 24, 2012 | Permalink
  2. In my case, the multi-page forms won't display while single-page forms are OK.
    Maybe it is the same for you ?

    Posted 12 years ago on Tuesday January 24, 2012 | Permalink
  3. wsnider28
    Member

    No, mine are single page, but at least I'm not the only one with the issue.

    Both do include conditional logic, but then again, so does the one here:
    http://new.crashtesthobby.com/more/faqs (under the first toggle, "Which Plane Should I Get?")

    Hmm, hope this gets resolved soon.

    Posted 12 years ago on Tuesday January 24, 2012 | Permalink
  4. I also have conditional logic. That's surely the point.
    Same output for me : "display: none" is set inline to the gform_wrapper.

    Posted 12 years ago on Wednesday January 25, 2012 | Permalink
  5. The same here , after installing the Beta version I have no forms showing anymore , I need to quickly reinstall the stable version :-(

    Posted 12 years ago on Saturday January 28, 2012 | Permalink
  6. Yes, this appears to be an issue with changes to the conditional logic script in this version. We're aware of the issue and are looking into it. Once we find out exactly what's going on we'll release an update.

    Posted 12 years ago on Saturday January 28, 2012 | Permalink
  7. I'm getting this 'display: none' problem with my first multi-page form that i've created with Gravity Forms.
    I'm using conditional formatting but can't find any problems with it. The first page is definitely set to display no matter what - it doesn't show though. The other pages depend on the answers in the first page
    .
    I'm using version 1.6.2.1.1 under Wordpress 3.3.1.

    Any chance of a fix or reason why this might be happening?

    Posted 12 years ago on Saturday January 28, 2012 | Permalink
  8. wsnider28
    Member

    As a stop-gap solution, I placed the following snippet into my custom.css

    gform_wrapper { display: block !important; }

    ...which made the form display again. Not sure if "block" is going to work in everyone's situation, depending on other styling on the page, but at least they're showing. I suppose there are other display styles you might try.

    Still, users shouldn't have to do this, and I'm sure GF will simply fix the script soon.

    Posted 12 years ago on Sunday January 29, 2012 | Permalink
  9. @wsnider28 - it works :-)
    Don't forget to insert dot before it
    .gform_wrapper { display: block !important; }

    Posted 12 years ago on Sunday January 29, 2012 | Permalink
  10. Even if we can force display using CSS, Scripts doesn't seem to be loaded correctly.
    The bug is more broader than first expected.

    Posted 12 years ago on Wednesday February 1, 2012 | Permalink
  11. Hi, folks,

    I provided a beta version with a fix to wsnider28 but do not know if you are having the same problem. The issue I was seeing with his forms was when there was conditional logic on the submit button. Do you guys also have conditional logic on your submit button? Can you provide us with links to your forms so we can take a look and see if the same issue is happening to you?

    Thanks.

    Posted 12 years ago on Wednesday February 1, 2012 | Permalink
  12. My form is multi page.
    Other forms that are single page will work perfectly.

    Posted 12 years ago on Wednesday February 1, 2012 | Permalink
  13. There is a new beta version (Gravity Forms v1.6.3 Beta 2) available on the Plugin Downloads page (http://www.gravityhelp.com/downloads/) which addresses conditional logic issues. Please try this out and see if your issues are resolved.

    Thanks.

    Posted 12 years ago on Monday February 6, 2012 | Permalink
  14. Personally, my display issues are not resolved by Beta 2.
    It deals with multi page forms.
    Could you please have a deeper look.
    I can send you URL+access by PM.

    Posted 12 years ago on Thursday February 16, 2012 | Permalink
  15. Hi, mediana,

    Can you start a new forum topic with your issue and provide us with the full details of your problem in it? Things are getting a little messy in this topic.

    Also, there is a new version of Gravity Forms available on the downloads page (http://www.gravityhelp.com/downloads/), try that out and see if you issues are resolved.

    Posted 12 years ago on Tuesday February 28, 2012 | Permalink

This topic has been resolved and has been closed to new replies.