Color Picker

Is it possible to turn an input into a color picker? I know this can be done in HTML by using JavaScript to change the input type but I'm not sure if there's a way to do this within a bot.
2 Replies
Baptiste
Baptiste13mo ago
No way to do that! I suggest that you ask your user to input a hex value in a text input. Color input would be too niche to be implemented natively on Typebot
Russ Webb
Russ WebbOP13mo ago
Makes sense. Ya, I'm going to add a client-side js to open a color picker modal after a button selection in the bot and then save that value to the variable. If I pull it off, I'll share it.

Did you find this page helpful?