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.

problem after update to 1.6.4

  1. dear support team,

    after last update the forms will not displayed on website. we have try to deactivated other plugins (without success ) we need urgend help because our clients can not book our service.

    http://www.go-etna.de
    http://www.go-etna.de/kontakt-syrakus-und-ciane/

    Posted 13 years ago on Tuesday May 1, 2012 | Permalink
  2. problem with Conditional Logic !!!

    If I disable the conditional logic, the form is working again.

    Posted 13 years ago on Tuesday May 1, 2012 | Permalink
  3. this happened to me as well but after i cleared the cache all is fine . so try it if you have a cache plugin .

    Posted 13 years ago on Tuesday May 1, 2012 | Permalink
  4. I have the same issue and my entire form is built on conditional logic and cannot be disabled. Anyone have a solution yet?

    Posted 13 years ago on Tuesday May 1, 2012 | Permalink
  5. hardseatsleeper
    Member

    The problem is that Gravity forms are hiding themselves via css. It's writing:

    <div class="gf_browser_chrome gform_wrapper" style="display:none" id="[form id]">

    around the form. The quick solution is to put this in your template somewhere:

    <style>
    .gform_wrapper {
    display: block !important;
    }
    </style>

    Posted 13 years ago on Tuesday May 1, 2012 | Permalink
  6. Yikes, that's a big and obvious error!

    Posted 13 years ago on Tuesday May 1, 2012 | Permalink
  7. @hardseatsleeper: THANK YOU! I inserted the code in my page before the form and it worked! You are awesome! I copied the code and inserted into my theme's style.css and it did not work - just FYI.

    Posted 13 years ago on Tuesday May 1, 2012 | Permalink
  8. New issue: Total amount in my form is now showing $0.00. However, the correct total is being passed through to Paypal. Anyone else have this issue and have a fix?

    Posted 13 years ago on Tuesday May 1, 2012 | Permalink
  9. The form being set to display none is not an obvious error, it is by design. It occurs when you use conditional logic on a form. The entire form is hidden and then conditional logic javascript executes and displays the parts of the form that should be visible based on conditional logic rules.

    The reason why it is not working, is there is a javascript error present on the page.

    If a javascript error occurs on the page, your browser is going to quit executing javascript. This means that no functionality that utilizes javascript is going to function. Conditional logic is not going to trigger, pricing calculations are not going to occur, etc.

    This is also the reason why @chinoh's pricing calculations are not working. It's the same problem. A single javascript error prevents all javascript from executing.

    We are aware of this issue which occurs in certain situations and are in the process of correcting it. We will be releasing a Gravity Forms updates that resolves this issue within the net hour. Be on the look out for the release announcement on the blog as well as automatic updates. Because automatic update checks are cached, what you can do is go to the "Updates" menu item under the "Forms" main navigation in your WordPress Dashboard to check for updates.

    As soon as Gravity Forms v1.6.4.1 is released, install it and it will resolve this javascript issue.

    I will also update this thread when the update is available.

    UPDATE READ BELOW FOR THE LATEST:

    Gravity Forms v1.6.4.1 is now available via automatic update AND the plugin downloads page. Update to this release ASAP.

    After updating, make sure that you completely clear your browser cache and restart your browser before testing. Then test to make sure conditional logic and pricing calculations function properly.

    If one or the other does not, then you are likely experiencing a different issue. In which case please post a new support forum request for your issue.

    Always post your own request when you encounter a problem. Please do not post on other peoples requests. It makes it easier for us to assist users individually.

    Posted 13 years ago on Tuesday May 1, 2012 | Permalink

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