Labels not showing in form

  • MartinBignell
    Asked on June 8, 2015 at 8:57 AM

    Hi, 

    My main labels are not showing when I want them. I am new to Jotform, have looked and cant find an answer.

    Sub labels are fine.  Can you help me please?

    Martin

     

    Jotform Thread 583904 Screenshot
  • Charlie
    Replied on June 8, 2015 at 11:18 AM

    Hi,

    I believe you used an theme the hides the labels of your form fields. 

    You can try choosing another theme, OR you can just use this custom CSS code to display your labels.

    label {

        display: block !important;

    }

    To add that custom CSS code, you can follow the steps below.

    1. Click the Form Designer Tool icon.

    Labels not showing in form Image 1 Screenshot 30

    2. In the Form Designer Tool, navigate on the CSS tab and paste the custom CSS code there.

    Labels not showing in form Image 2 Screenshot 41

     

    Make sure to save the changes. 

    Do let us know if you need more information on this.

    Thank you.