How do I hide this field through CSS?

  • rosang1
    Asked on November 8, 2021 at 1:31 PM

    Hi,

    I'm trying to hide this field through CSS not from properties, but this border still remains.

    Any suggestions?

    1636396270 61896ceec7a4b  Screenshot 10

  • Laura JotForm Support
    Replied on November 8, 2021 at 6:42 PM

    Hi,

    You can use this CSS code to hide also the input part of the field:

    #label_102, #input_102 {
      display : none!important;
    }


    If you want to hide the whole field, it's also possible to set the field as hidden from the field settings

    1636414867 6189b593203fb rec Screenshot 10

    Or by using conditional logic:
    How-to-show-or-hide-fields-base-on-users-answer

    Let us know if you need further assistance.