Why are the field labels hidden?

  • spcreligiouseducation
    Asked on April 13, 2017 at 12:29 PM

    When you click on the link to the form, the form does not show questions, only empty boxes.

    Made the form, need to link, but when you hit link the form only shows empty boxes, not the questions.

  • Support_Management Jotform Support
    Replied on April 13, 2017 at 2:07 PM

    Looks like the field labels were hidden by the theme/template you used. To fix this, inject the following CSS Codes:

    .form-label {

        display: inline-block !important;

        width: 100% !important;

    }

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

    Result:

    Why are the field labels hidden? Image 1 Screenshot 20