I'm looking for a way to hide field labels without hiding the actual fields. I tried positioning the labels off the screen with CSS by for example using left:-500 but the filed also goes off screen.
The other method I used was to make the font size 0 but then the pop-up validation error messages do not show the filed name the error refers to.
The reason why I'm hiding the labels is because the actual labels are being show as a graphic (with special font).