I am trying to locate the actual information that should go inside of the "wp_footer" hook to stop the display:none style happening.
The issue Genesis uses it's own hook instead of the wp_footer. So when our form has conditional logic, it no longer displays, but is on the page. If I am correct, it looks like the snippet of information (gformInitSpinner, etc) is not loading on the page. I don't see any errors on the page, and can see that jQuery is loading in the head of the site.
Is there something I can do, even in the PHP or CSS to get it to display properly?