Forms not showing since latest update. I removed all other plugins and applied default theme.
http://sitesubscribe.com/form-test/
contains shortcode:
[gravityform id="1" name="Get In Touch" description="false"]
The HTML for the form (gf_browser_chrome gform_wrapper) now has an inserted inline style of style="display:none".
I had to do a CSS override to get forms to show:
.gform_wrapper {
display: block !important;
}