Field names aren't showing for some fields

  • schlenker
    Asked on February 12, 2018 at 4:37 PM

    Hello,


    I have a form where several field names have disappeared, and I cannot get them to return. They look fine in the form builder.  As an example, I have a name field and an address filed, but every time I look at the published form the field names are not displayed.

    Jotform Thread 1381979 Screenshot
  • Mike_G JotForm Support
    Replied on February 12, 2018 at 6:31 PM

    The issue you are having probably came from the theme applied to the form or the template used to create it.

    To fix the issue, you can inject the following CSS codes to the form.

    .jotform-form .form-line[data-type="control_textbox"] .form-label, .jotform-form .form-line[data-type="control_textarea"] .form-label, .jotform-form .form-line[data-type="control_fullname"] .form-label, .jotform-form .form-line[data-type="control_email"] .form-label, .jotform-form .form-line[data-type="control_address"] .form-label, .jotform-form .form-line[data-type="control_phone"] .form-label {

        display: block !important;

    }

    How-to-Inject-Custom-CSS-Codes

    If you have other questions, please feel free to let us know.