Skip to main content
Teresa_Hsu1
Level 3
November 25, 2015
Question

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

  • November 25, 2015
  • 1 reply
  • 1593 views

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....

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

Thank you so much!

Teresa

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Grégoire_Miche2
Level 10
November 25, 2015

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 3
November 25, 2015

Hi Greg,

Here it is -- test

Thanks!

Teresa

SanfordWhiteman
Level 10
November 25, 2015

This is explicitly in your landing-pages.css:

form.mktoForm .mktoLabel, .mktoForm .mktoLabel {

  display: none;

}