In this fiddle i have a part of my form: http://jsfiddle.net/ZXSKH/55/
I am trying to hide a label and 1 input field on default by selecting the class with css and setting display:none. This works for selecting the "input" however for the labels this isn't working since Somewhere else I use display:inline-block or block wich then again makes the labels visible.
Instead of doing this in the css, should i hide the label and inputfield with jquery? Could someone help me with that?