My label does not show on my form

  • apremate
    Asked on December 7, 2016 at 9:46 AM

    Hi   I have created a form and have a field called "course".   It appears on my form but not visible to the user.   when I hoover over it, it says "label will not appear"    How to I get this show on my form.

  • Welvin Support Team Lead
    Replied on December 7, 2016 at 10:37 AM

    The theme that you are using is designed to hide the labels in the form. To fix it, you need to inject the following custom CSS Codes in the form:

    .form-label {

    display: block !important;

    }

    Please follow the steps on this guide to inject https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes.

     

  • apremate
    Replied on December 7, 2016 at 11:45 AM
    Awesome, worked!
    ...