Is there a way to add a class to the fields so don’t have to specify a rule for each separate label?

  • hanniella
    Asked on August 10, 2016 at 8:39 AM
    Thanks for the CSS solution as well. Is there a way to add a class to the fields so don’t have to specify a rule for each separate label?
  • beril JotForm UI Developer
    Replied on August 10, 2016 at 8:53 AM

    You can also use the code below for displaying the whole labels. However, it will affect the whole labels when you use the class.

    .form-label.form-label-auto {

    display: none important;

    }

    However, If you decide injecting the CSS code I can provide the CSS code for you.