After upgrading to 1.6 the page which contained the form no longer displayed. The form preview looked fine but the rendered page didn't contain the page content (or the form). The sidebars, header, etc. were present.
After a little troubleshooting we figured out that changing the shortcode fixed the issue.
Our new shortcode (which works in 1.6):
[gravityform id=1 name=User Submitted Promotion title=false description=true ajax=false]
In the previous version we used the same shortcode EXCEPT ajax was set to true.
We are up and running without Ajax but we would like to know if Ajax is treated differently between 1.6 and 1.5. In addition, any ideas what we need to do in order to turn Ajax on with 1.6?
Thanks. Awesome plugin, BTW.