Here's an example page: http://newscubamarketing.com/2011/just-do-it/ (although any post behaves the same)
My two sidebar forms (the one email and the one in the modal Questions popover) are done via shortcodes. The form at the end of each post is done via PHP function call. None of them submit via AJAX.
The modal widget code:
<a class="lbp-inline-link-1" href="#"><img src="http://cdn.newscubamarketing.com/question.png" alt="Ask your SCUBA Marketing questions!" /></a>
<div style="display: none;">
<div id="lbp-inline-href-1" style="padding: 10px; background: #fff;">
[gravityform id=11 title=true description=true ajax=true]
</div>
</div>
The MailChimp widget code:
[gravityform id=16 title=false description=true ajax=true]
The end of post code is embedded in the Genesis Simple Hooks plugin, so it's a bit much to paste it all here.
What am I doing wrong?
PHP: 5.2.17
MySQL: 5.1.52
WordPress: 3.1.1
Gravity Forms: 1.5.1