I cannot display the Labels on the top-most fields

  • twhalen67
    Asked on September 19, 2017 at 12:54 AM

    I have a form I'm working on https://www.jotform.com/build/70254597236158

    and for some reason I cannot display the Labels on the top-most fields.  other fields the labels are there but can't figure why the others are not being displayed.  in the design view they appear but when you preview the form, the labels do not show up.

    I would appreciate any guidance to fix this as it's a form we'd like to begin using live very soon.

    Thanks - 

    Tom Whalen - Pure Storage

     

  • BJoanna
    Replied on September 19, 2017 at 2:14 AM

    The field labels are not shown because of the Theme you are using. 

    To resolve this issue add this CSS code to your form:

    .form-label-left, .form-label-right, .form-label-top {

        display : inline-block!important;

    }

    How to Inject Custom CSS Codes

    I cannot display the Labels on the top most fields Image 1 Screenshot 20

    Here is my demo form: https://form.jotformpro.com/72610722198961 

    Feel free to test it and clone it

    Hope this helps to solve the issue.