Solved
Color question.
I want participants to choose their preferred color of the product. Is there a way to show them a color spectrum where they can choose their color instead of writing down its name?
Best answer by Anonymous
Hello @MoFar ,
The following solution will capture hex code of color in data and analysis.
Create a "Text Entry" question type and paste the following code in the js(onReady) of the created question:
` jQuery("[id='QR~"+this.questionId+"']").attr({"type":"color","value":"#ff0000"}).css({"width":"15%","outline":"none"});`
Output
!

Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

!