I am inserting forms with shortcode like I always do on a new website, and the forms are not showing up.
Inspection reveals the inline css of style="display:none;" for class gform_wrapper and I am having to make changes to my theme's css with "display:block !important;" to make it visible. This works, but seems really silly to me.
Where is the display: none coming from?