Apr 05, 2018 04:20 PM
Hi, is this possible to add an ‘Other’ option in single select type where user’s type in the options via the Form?
Thanks.
Nov 13, 2020 05:30 AM
Does anyone have an answer to this?
Nov 13, 2020 06:17 AM
In the table, you don’t need an “other” with the ability to type a different option. If your choice isn’t there, you can create the new choice on the fly by just adding it.
Not the same with the Form - your selection must be there. There is no native ability to do this. You can roll your own by adding a field for your “Other” entry, and making it visible only if the user selects “Other” from the single select field.
Nov 13, 2020 08:01 AM
You can also use an automation to move the ‘other’ value from the form submission to the single select field so that it will be available to future users.