Removing or deactivating label for specific checkboxes

  • Benflips
    Asked on July 12, 2016 at 5:51 AM

    On an earlier request, you showed me code to reduce the space between checkboxes and/or radio button lists for the entire form.

    If you look at page 1, there are I think 5 single checkboxes following the privacy statement.

    One of your support staff previously said that the spacing is because of the Top aligned but un-filled Label for each of these checkboxes.

    Is there a way to either disable the label (for checkboxes 2-4 in this list only) or apply the earlier code just to these fields rather than to the whole form?

    I want the series of checkboxes to look as though they are all one list.

  • Welvin Support Team Lead
    Replied on July 12, 2016 at 8:27 AM

    You can inject the following custom CSS codes to hide the labels:

    label#label_325, label#label_326, label#label_327, label#label_27 { display: none; }

    The same steps from this guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes. Add the codes to the bottom.