Invisible Form Label Showing | Community
Skip to main content
March 26, 2014
Question

Invisible Form Label Showing

  • March 26, 2014
  • 2 replies
  • 1218 views
I have left all form labels blank, as I'm using the "hint text" to label what each of the form fields are.  However, whenever the state field shows (which is conditional based on the country selected), the label still appears outside the box.  Is there anyway to fix this?
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

Level 4
April 2, 2014
Can you share the link where this problem?
August 19, 2014
Use CSS to hide labels:

.mktoForm label{
  display: none;
}