Workaround for 20 Option Max in Multi-Select Text field?
I found this thread from years ago (https://community.quickbase.com/discussions/quickbase-discussions/multi-select-fields-max-100/76382) that demos a really clever method to get around QB's limit of 100 options in a multi-select text field, but I have sort of the opposite issue where I have a multi-select text field that contains a list of all 50 states, and I want users to be able to select potentially up to all 50 options, but currently they're limited to 20.
There are a handful of workarounds (breaking the states list into multiple fields, creating 50 individual checkboxes for each state, setting up a sub-table with an embedded grid report on the form where the user would create 1 record/state), but none of those options are nearly as elegant/intuitive/UX friendly as just a single multi-select that lets you pick more than 20 options.
Anyone have any ideas? This is for a project where the intended users are external users who have 0 QB experience and would only ever fill out this form once and then be done, so it has to be really easy/intuitive; there won't be any time to train users on how to fill out a form using any of the other options I considered above. Thanks!