"This label will not ne seen on the form" why?

  • Fleps
    Asked on July 10, 2016 at 8:09 AM

    This label will not ne seen on the form why? Image 1 Screenshot 20

     

  • David JotForm Support Manager
    Replied on July 10, 2016 at 9:48 AM

    Inject the following CSS code as explained on this guide in order to display the labels: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    #label_4,#label_3{

        display: block !important;

    }

    Let us know if you need more help.

  • Fleps
    Replied on July 10, 2016 at 10:46 AM
    Thank you very much
    ...