Not able to hide random generator widget

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

    Hi,

     

    I am not able to hide the random generator widget. I am able to hide the code generated not the complete widget. I am using the number generated in another field. Please check the form https://form.jotform.me/63455210626451

    I dont want the random field. 

    I have also tried to custom css. But not able to fix it either. Please help.

  • Ian
    Replied on December 14, 2016 at 7:37 PM

    To hide the Random Generator Field add the following code to the INJECT CSS

    div#cid_123{

    display:none;

    }

    Not able to hide random generator widget Image 1 Screenshot 20

    Hope this helps

  • MannatW
    Replied on December 14, 2016 at 7:53 PM

    Thanks, it helped.