I recently did a lot to our site, including moving to wpengine. So I can't pinpoint any exact change. Nevertheless my gravity forms seem to have stopped working on the homepage and the sitebar. Here is the code from the theme:
<div class="brokersearchCentergrav">
<h4 class="brokersearchtitle">Search All Properties For Sale</h4>
<div id="brokersearchform">
<?php gravity_form(6, false, false, '', '', true); ?>
<div style="clear:both;"></div>
</div>
</div>
I don't know what all these (X,X,X) items mean. But regardless, they have not changed
Clicking on the SEARCH button does nothing...just kind of refreshes. regardless the gravity form works when inserted in a page... see http://sueadler.com/form-test
Everything, including wordpress is up to date. Thanks for all your help.