How do I create custom labels?

  • Melissameek
    Asked on August 16, 2017 at 3:59 PM

    This seems to be very confusing and hard to do with no help available. 

     

  • aubreybourke
    Replied on August 16, 2017 at 4:45 PM

    Select your field and click on its properties ( blue gear icon ). On the General tab scroll down and you will see your sublabel entry fields. This is where you specify the content of a sub label.

    Eg:

    How do I create custom labels? Image 1 Screenshot 20

     

    If you want to style all sublabels you can use CSS:

    .form-sub-label {
        color: green;
       
    }

    (its also possible to style individual labels)

     

    Here's instructions of how to insert the CSS code:

    How to Inject Custom CSS Codes