Hide label on checkbox control

  • criterions
    Asked on November 24, 2015 at 3:25 PM

    I'm trying to hide the label on a check box control. The control has one option (which I want to show up) but NOT the label - I want to save space.

    I've looked through previous posts but can't seem to get it to work.

     

  • jonathan
    Replied on November 24, 2015 at 5:47 PM

    On your jotform  http://www.jotform.com/53225876435966   make sure to put the label on the field also.

    Hide label on checkbox control Image 1 Screenshot 30

    Then add this CSS code using the Form Designer

    #label_80 {

        display:none;

    }

    Hide label on checkbox control Image 2 Screenshot 41

    That should hide the label name for that form.

    Let us know if this did not work.