I want to use a colour picker to users can pick and select a colour and output a hexadecimal value.
A bit like this:
I want to use a colour picker to users can pick and select a colour and output a hexadecimal value.
A bit like this:
Not for the user, you would either have to add colour choices yourself that the user can choose or look at adding a html colour picker.
Something like here.
https://www.w3schools.com/tags/att_input_type_color.asp
https://www.w3schools.com/tags/tryit.asp?filename=tryhtml5_input_type_color
If you went down the html route then you would need to add code to your page to receive the chosen colour value.
https://support.wix.com/en/article/corvid-working-with-the-html-element
https://www.wix.com/corvid/reference/$w.HtmlComponent.html
I managed to solve this challenge, documentation here: