Hi
When my page first loads, the email address label is set to display none
<label class="overTxtLabel" for="EMAIL" style="line-height: normal; position: absolute; cursor: text; display: none;">Email Address *</label>
If I click in the email address field, then click away again, the label text displays correctly
<label class="overTxtLabel" for="EMAIL" style="line-height: normal; position: absolute; cursor: text; display: block; left: 4px; top: 2px;">Email Address *</label>
Can you please advise why this is happening? I would like the field label to display when the page first loads.
Thanks