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.

Doesn't work with conditional logic

  1. I'm creating a form to open in a modal window....It works great...until I use any form with any fields using conditional logic. when I use the "plain page" template as outlined here http://www.gravityhelp.com/creating-a-modal-form-with-gravity-forms-and-fancybox/ and the form has any conditional logic, the entire form does not appear.

    This is a link to one of my pages that should show a form, but instead, it shows nothing at all. If I change the template, the form shows just fine. http://riordanfinancial.com/rf/long-term-care/

    I know this is probably connected to the theme that I'm using. I've posted the same question in the themes support forum, but I thought I'd make sure there isn't something I can easily change in the php to make this work. (I tried disabling AJAX and animations, no luck)

    Thanks.

    Posted 12 years ago on Saturday August 27, 2011 | Permalink
  2. It appears you got this working, as the original page showed a plain form, and now I see this modal form here:

    http://riordanfinancial.com/rf/long-term-care-2/

    How did you resolve the issue?

    Posted 12 years ago on Saturday September 3, 2011 | Permalink
  3. Thanks for reminding me to update this.

    I had to use a different php for the plain page template....here's the php I used:

    http://pastie.org/2475823

    Then I also had to add this code on the page with the form (I didn't include it in the template):

    <style type="text/css">
    #gform_wrapper_19 { display: block !important; }
    </style>
    Posted 12 years ago on Saturday September 3, 2011 | Permalink
  4. Very cool. Glad you got it resolved.

    Posted 12 years ago on Saturday September 3, 2011 | Permalink

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