My clients site axisonhigh.com has many forms.
One in particular is not showing - please advise:
http://axisonhigh.com/about/jobs/
These ARE showing:
http://axisonhigh.com/private-party/
http://axisonhigh.com/contact/
My clients site axisonhigh.com has many forms.
One in particular is not showing - please advise:
http://axisonhigh.com/about/jobs/
These ARE showing:
http://axisonhigh.com/private-party/
http://axisonhigh.com/contact/
Figured it out.... removed 'none' from display:none in gravityforms/form_display.php
Please don't change core files. The reason it wasn't showing was most likely a JavaScript conflict with another plugin, and by removing the display:none, conditional logic won't work correctly.
Then what is the fix?
I tested it and its working... I will keep it that way until an alternate is given.
I tried loading your form just now to check for JavaScript errors, and I got an "Error establishing a database connection" error message.
As David Peralty explained, this is likely due to a JavaScript error because of another plugin, or your theme. You can test for those conflicts by following these instructions http://rkt.gs/testing
It could also be an old jQuery version being loaded, or multiple jQuery versions being loaded, but I can't check right now since the database connection is failing.
I was able to load your site today and I see one JavaScript error coming from the theme:
Timestamp: 1/31/2013 8:16:41 AM
Error: TypeError: $ is not a function
Source File: http://axisonhigh.com/wp-content/themes/DanceFloorV2_5/js/script.js
Line: 4
For some reason, you are including jQuery 1.7 when jQuery 1.8.3 should automatically be included by WordPress 3.5.1. This is in the source:
<script type='text/javascript' src='http://axisonhigh.com/wp-includes/js/jquery/jquery.js?ver=1.7'></script>
If you get the right version of jQuery in there and get rid of JavaScript errors, I think your form will display again.
Also, there is some invalid XHTML as well, which can make the form work differently in different browsers (every browser responds differently to invalid HTML.) Please see what you can do to valid your site's XHTML. http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Faxisonhigh.com%2Fabout%2Fjobs%2F