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?
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?
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
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?
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.