How to hide a widget field

  • clewis861
    Asked on November 12, 2015 at 2:53 PM

    It finally started working on this form.  But now it's not working on another form:

    https://form.jotform.com/52744226585158

  • Mike
    Replied on November 12, 2015 at 2:54 PM

    Could you please explain what exactly is not working on the 52744226585158 form? Do you need help with showing/hiding some fields with CSS? Thank you.

  • clewis861
    Replied on November 12, 2015 at 3:37 PM

    I'm trying to hide a substring widget field - "First Initial".  It doesn't need to be seen at all, it just helps fill in the user's email address.

  • Mike
    Replied on November 12, 2015 at 5:04 PM

    Thank you for your update. I have found the widget field ID with Chrome DevTools.

    How to hide a widget field Image 1 Screenshot 30

    And then added the next CSS.

    #id_94 {
    display : none;
    }

    How to hide a widget field Image 2 Screenshot 41

    Please re-check the form now.

    Also a feature request ticket has been forwarded to our Development Team to see if we can add the show/hide field option for our widget field.