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>