Can I eliminate a choice/answer to a question in a drop list depending on how many times it has been chosen by other users? Like Google Choice Elimina

  • FrontRunnersFortLauderale
    Asked on August 2, 2017 at 11:18 PM
  • denizg
    Replied on August 3, 2017 at 3:52 AM

    You are not able to use this functionality on simple dropdown list, however there are some widgets which is working with the same logic. I have explained this widgets as seen below.

    1. Gift Registry

    Can I eliminate a choice/answer to a question in a drop list depending on how many times it has been chosen by other users? Like Google Choice Elimina Image 1 Screenshot 40

    (Also check the another widget including quantity feature from here)

    2. Appointment Slots widget

    Can I eliminate a choice/answer to a question in a drop list depending on how many times it has been chosen by other users? Like Google Choice Elimina Image 2 Screenshot 51

    In addition, you can remove item by changing css when its limit are exceed. Inject following code your widget's custom css as you can see in the following screenshot below:

    .list-item .line-through{

       display : none;

    }

    Can I eliminate a choice/answer to a question in a drop list depending on how many times it has been chosen by other users? Like Google Choice Elimina Image 3 Screenshot 62

    I hope it helps you. Please let us know if you have another questions.