I've got a form where a website field is simply missing the markup for the label. It's also missing in the admin (edit form). How did that happen, and how do I fix it?
http://www.scva.net/event/add-an-event/
I've got a form where a website field is simply missing the markup for the label. It's also missing in the admin (edit form). How did that happen, and how do I fix it?
http://www.scva.net/event/add-an-event/
Looks like the label exists in the page markup as you can see from my screenshot
There must be something in your theme or a plugin that's removing the label client side with a script.. you will want to try testing for theme/plugin conflicts to see if you can figure out where the conflict is coming from.
Looks like this script is the problem.. http://www.scva.net/wp-content/themes/scva3/_js/input-placeholder-1.0.js?ver=1.0
When I copied your markup over to my test area and disabled that, the label magically re-appears. You can see it here..
http://dl.dropbox.com/u/688846/gravityhelp/nolabel.html
That's the source of your conflict.. hope that helps you out.
Thanks for that, it does help me out. I was looking at firebug instead of the actual source. I'm a noob. It through me for a loop that the script is in the admin too. Thanks! You guys are the best.