Multi-Select without CTRL-Shift or Commnad Key

Hi, I have a form with a multi-select field. However, it appears that by default, the multi-select requires users to press the command key in order to select more than one item.

Is there a way to offer a multi-select without the user having to press the command key?


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

In general I think a preferred UX would be to dynamically generate a range of checkboxes, and you can do that with a collection list if you have those items/values in a collection.

But if you want to use a form select for this, you can override the browser’s default behavior with some custom code;

One of our customers had a similar query so we wrote a script that allows you to easily custom style multi-selects.

Here is a link to the tutorial video that walks you through the question, and then the solution from start to finish.

Please feel free to tag me if you have any questions!

Happy Tuesday!