Re: Help Please! How to show field labels on a form?

Teresa_Hsu1
Level 4

Help Please! How to show field labels on a form?

I'm want to show field labels on the form.  When I preview the form, they are there.  However, when I add the form to a landing page, the labels are gone.

Does anyone know what might go wrong?

This is the preview of the form....

pastedImage_0.png

If I added to a landing page, the labels are gone...

pastedImage_2.png

Thank you so much!

Teresa

4 REPLIES 4
Grégoire_Miche2
Level 10

Re: Help Please! How to show field labels on a form?

Hi Teresa Hsu​,

It's very likely a CSS stylesheet on the landing page template is hiding them. Can you provide the URL of you landing page, so that we can check ?

-Greg

Teresa_Hsu1
Level 4

Re: Help Please! How to show field labels on a form?

Hi Greg,

Here it is -- test

Thanks!

Teresa

SanfordWhiteman
Level 10 - Community Moderator

Re: Help Please!  How to show field labels on a form?

This is explicitly in your landing-pages.css:

form.mktoForm .mktoLabel, .mktoForm .mktoLabel {

  display: none;

}

Grégoire_Miche2
Level 10

Re: Help Please! How to show field labels on a form?

HI Teresa,

To complement Sanford's answer, you will have to remove this CSS entry from the LP template. If you need this to remain on some other landing pages, the easiest way will be to have another landing page template created (start with cloning the existing LP template).

-Greg