Re: Invisible Form Label Showing

Anonymous
Not applicable

Invisible Form Label Showing

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
Igor_Khripunov
Level 4

Re: Invisible Form Label Showing

Can you share the link where this problem?
Anonymous
Not applicable

Re: Invisible Form Label Showing

Use CSS to hide labels:

.mktoForm label{
  display: none;
}