Hello, I am using Gravity Forms on WordPress 3.4.2, and I have a couple of things not working correctly.
1) When I apply conditional logic for one single field, it applies a {display:none} style tag on the <form> element.
2) Enhancement on <select> elements does not work (Chosen plugin does not load).
3) Client-side validation does not work (though I don't know if it should be there at all).
Weird thing is, the preview of the form works fine, so I think the problem is that some resources are not loaded correctly into the page.
The wp_head() and wp_footer() are both fired correctly in the page. Are there any other hooks used by the plugin to load resources?