Please help to convert this drop down to selection box with color like white box, black box etc [not check box] .
So that page is loading , instead of showi
Use HTML5 input with type="color", here is example:
input
type="color"
In options list you can specify list of colors that you want to see.
Available Colors #ff0000 #0000ff #00ff00 #ffff00 #00ffff