Re: Invisible Form Label Showing

Anonymous
Not applicable
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?
Tags (1)
2 REPLIES 2
Anonymous
Not applicable
Use CSS to hide labels:

.mktoForm label{
  display: none;
}
Igor_Khripunov
Level 4
Can you share the link where this problem?