Simple slider rating system from 1-5 -


I was thinking about adding a rating system to my website, such as the 5 star rating system but instead of the slider with. (A simple slider with steps 1-5) What is the easiest way to achieve this?

Use the normal range type input, set range from 1 to 5.

  & lt; Input type = "range" min = "1" max = "5" step = "1" & gt;  

Comments