Hide the first three option in my Questionnaire.

  • mberman
    Asked on May 16, 2016 at 12:03 AM
    Friends , I would like to take this option in the first three questions
    of my questionnaire, (see the photo)
    or hide so that the person does not click this option in the first 3 questions.
    Thanks.

    Jotform Thread 839795 Screenshot
  • Chriistian Jotform Support
    Replied on May 16, 2016 at 1:47 AM

    We can hide the three options in your questionnaire by injecting custom css below to your form.

    #input_38_0_2, #input_38_1_2, #input_38_2_2 {

        display: none;

    }

    Hide the first three option in my Questionnaire Screenshot 20

    If you need further assistance, please let us know.