Ranking Question

  • WebServ
    Asked on November 14, 2018 at 11:37 AM

    I am trying to create a section on the form where users would rank their priorities.  I tried to use the "Orderable List" widget.  Users are finding it hard to use this widget because they are distracted by the changing of numbers (I think).  Is there a way I can hide the numbers on the form? 

    Do you have another alternative to using this widget? 

    I tried adding a rating option for each question and I was going to add conditions to the form not allowing users to select the same answer, but that did not seem to work. 

    Thanks for your help.

  • Kevin Support Team Lead
    Replied on November 14, 2018 at 1:46 PM

    If you want to hide the number in the widget options, then you may inject this code to the widget: 

    span.rank {

        display: none;

    }

    This guide will help you injecting it: https://www.jotform.com/help/428-How-to-Inject-CSS-Codes-to-Widgets 

    Result: 

    1542221168screenshot 01 Screenshot 10

    I hope this helps.