How can I display the field labels

  • vidapromotions
    Asked on January 6, 2018 at 1:02 PM

    Hello,

    We just created a JotForm titled "Vida Application" we have a few questions that require short answers so we used the "Short text entry" option. Once we publish the form, we noticed that the "Question text" section isn't showing so it looks like an empty box. We tried playing around with it to see if we did something wrong but I can't figure it out. I did notice that if we use "Long text entry" or "drop down" it does show the "question text" once published. We use mobile devices 99% of the time and thought maybe the form wasn't showing up properly due to it being pulled up on a mobile device but the same issue reflects on a computer/desktop.

    Can you please assist us in figuring this out?

    Thank you!


  • Support_Management Jotform Support
    Replied on January 6, 2018 at 2:56 PM

    Actually, it's not just the SHORT TEXT ENTRY. Looks like all your fields don't have labels (e.g. the Full Name field, Address field, etc). They were probably hidden through CSS with the theme or template you're currently using.

    To display the labels of your questions, inject the following CSS codes to the FORM BUILDER:

    .form-label {

        display: block !important;

    }

    Complete guide: How-to-Inject-Custom-CSS-Codes