If you view the source of the page where the form should be, do you see the output from the Gravity Forms plugin? You can search for "gform_wrapper" and you should find the output from the plugin. If the plugin output is there, it's been hidden by JavaScript, and not revealed due to a JavaScript or jQuery error. You can test this theory by creating a simpler form, one without conditional logic, and see if that will display.
The fact that the modal does not work to insert the form into the post and the form also does not display on the front end both point to JavaScript errors or jQuery errors. If you are not seeing them in the Web Developer toolbar (sounds like everything looks good there) then it is possible that your theme is loading jQuery multiple times, multiple versions, or that the scripts have been minified by a plugin like WP Minify, jQuery is being loaded in the footer of the theme, or the scripts are not being loaded at all because the theme is missing a call to wp_head() or wp_footer().
Normally, we would be able to check all these things for you and let you know what we find, but without being able to see your form, we are limited in the support we can provide. However, with this additional information, maybe you will be able to fine the problem which causes your Gravity Form not to display?
You could also post the source of the rendered page, the page where the form should be, at something like pastebin.com or pastie.org. We can look through the source and see what problems exist, if any.
Posted 12 years ago on Thursday October 4, 2012 |
Permalink