Hide the substring widget in my form

  • rogero
    Asked on September 14, 2016 at 2:01 AM

    Hi,

    Saw that there is no "Hide" option for the "Substring" widget, something wrong or should it be like that? Any other way to hide it?

     

    Roger

  • Elton Support Team Lead
    Replied on September 14, 2016 at 3:22 AM

    Hi Roger,

    Widgets usually do not have show/hide option in the context menu but you can hide them by injecting custom CSS codes to your form.

    Guide: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    What is the name of the form you want to hide its substring widget so we can help you with CSS codes?

    Thanks!

  • rogero
    Replied on September 14, 2016 at 3:56 AM

    Hi,

    The form is called "Work Submission Form" and the widget is at the end of the form. I need it to be hidden but still get the value.

    Thanks,

  • Elton Support Team Lead
    Replied on September 14, 2016 at 4:30 AM

    I did it for your convenience. I injected the following CSS codes to your form.

    #id_60{display:none;}

    It is now hidden in your form and will continue to have its value sent over email.

  • rogero
    Replied on September 14, 2016 at 5:57 AM

    Thanks