Delete Rating Point

  • ashyunan10
    Asked on September 10, 2017 at 11:47 PM

    Dear Support,

     

    I want to make trends survey, How can I deleted rating point in scale survey ? I just want my respondent can fill my survey without thinking he/she on lowest/higher score. 

     

    Thanks,

    Ashar

     

    Delete Rating Point Image 1 Screenshot 20

  • John_Benson
    Replied on September 11, 2017 at 2:32 AM

    Are you referring to the number (1-5)? If yes, please add this custom CSS code to your form to hide it:

    .form-scale-table th {

        display: none;

    }

    Here's a guide on how to add custom CSS code to your form: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    The result should look like this:

    Delete Rating Point Image 1 Screenshot 20

    If you're referring to a different issue, please let us know. Thank you.

  • ashyunan10
    Replied on September 11, 2017 at 3:33 AM

    thanks for the answers, solved.