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 with display:hidden.

  1. Lemonade
    Member

    Hi!

    I've successfully embedded the Gravity form on my website, but when I started adding conditional logic on the form, the form also got the property display: hidden.

    That's ok, I guess — but the problem is that the form won't show. I've included wp_footer as instructed and checked that javascript is working properly.

    Anything else I've missed?

    My footer:

    </footer>
    
    <script src="http://code.jquery.com/jquery-latest.min.js"></script>
    <script type="text/javascript" src="http://xxx/wp-content/themes/deli/js/jqueryEasing.js"></script>
    <script type="text/javascript" src="http://xxx/wp-content/themes/deli/js/slides.min.jquery.js"></script>
    <script type='text/javascript' src='http://xxx/wp-content/themes/deli/js/small-menu.js?ver=20120206'></script>
    <script type='text/javascript' src='http://xxx/wp-content/plugins/gravityforms/js/jquery-ui/ui.datepicker.js?ver=1.6.11'></script>
    <script type='text/javascript' src='http://xxx/wp-content/plugins/gravityforms/js/datepicker.js?ver=1.6.11'></script>
    
    </body>
    </html>
    Posted 11 years ago on Wednesday February 6, 2013 | Permalink
  2. David Peralty

    Can you link to your site please? Most likely it is a conflict somewhere. Can you try the following please: http://www.gravityhelp.com/documentation/page/Testing_for_a_Theme/Plugin_Conflict

    Posted 11 years ago on Monday February 11, 2013 | Permalink
  3. Lemonade
    Member

    The site is delideluca.no/kontakt/.

    Posted 11 years ago on Monday February 11, 2013 | Permalink
  4. Richard Vav
    Administrator

    You are including jQuery twice, once from wordpress in the header and then in the footer from jquery.com, please remove the additional script which looks like this

    <script src="http://code.jquery.com/jquery-latest.min.js"></script>

    Posted 11 years ago on Monday February 11, 2013 | Permalink