Hiding the check box label

  • tehreemb
    Asked on February 20, 2015 at 10:11 AM
    I have tried the same thing it works but comes one box as pre-ticket, how can we avoid pre-tick? 
  • Jan
    Replied on February 20, 2015 at 10:24 AM

    Hi there,

    You have a lot of forms on your account, can you please share the URL or id of the form that you're working with?

    On the the thread where you posted your question, it is about hiding the label of check box label. Is that what you're trying to do? If it is, then you need to find the field name and then target it on your custom css code.

    #label_14{ visibility:hidden; }

    *Note: Need to change label_14 depending on field id and name of the check box.

    Here's a guide on how to find field IDs and names. Here's another guide for injecting the custom css.

    Hope this helps. Thank you.