My only active form stopped displaying. After deactivating all other plugins I finally noticed the form code was in my page (via the shortcode), but the form had an inline element style of 'display: none' assigned to it, so the form just wasn't showing.
I edited form_display.php to change:
$style = self::has_conditional_logic($form) ? "style='display:none'" : "";
To:
$style = self::has_conditional_logic($form) ? "style='display:block'" : "";
This seems like a temporary fix, so I need a permanent solution as to why an Active form is disalbed.
Form page:
http://sitesubscribe.com/contact/