How can I hide the random value generator?

  • MannatW
    Asked on December 14, 2016 at 5:49 PM

    Hi , 

     

    I want to hide random generator widget used on my form although i want to use the random generated value in another field. i have tried custom css. disable label options as well. My form id is 

    https://form.jotform.me/63455210626451

     

    Please help

  • AIDAN
    Replied on December 14, 2016 at 6:12 PM

    Please add this custom CSS code:

     

    #id_124 {
        display: none !important;
    }

     

    I noticed that you are already using custom CSS codes, but just in case, here is a tutorial on how to do that: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Please let us know if you need further assistance.