PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

localhost form not displaying

  1. When I put the form shortcode onto a page or post it doesn't show up. in the code it is display:none. I'm developing on localhost, could this have something to do with it?
    The form displays fine in the admin preview.
    What am I missing?

    Posted 11 years ago on Thursday January 31, 2013 | Permalink
  2. David Peralty

    It is usually a theme conflict if it doesn't show on the front end. Usually JavaScript errors related to your theme or plugins. Have a look at the following troubleshooting steps: http://www.gravityhelp.com/documentation/page/Testing_for_a_Theme/Plugin_Conflict

    Posted 11 years ago on Friday February 1, 2013 | Permalink
  3. Thanks, I figured out that it is a conflict with my theme. I'm using zurb's foundation. Any ideas how to resolve this problem?

    Posted 11 years ago on Friday February 1, 2013 | Permalink
  4. Use a tool like Firebug or the built in developer tools in Chrome or Internet Explorer to see what the JavaScript errors are. A form which relies on Gravity Forms jQuery to display will not work if there are JavaScript or jQuery errors on your page. Working on localhost makes it difficult for us to help. You will need to see what the JavaScript errors are yourself, and then resolve them.

    Posted 11 years ago on Saturday February 2, 2013 | Permalink