Does anyone know if it’s possible to add an “Other” section to a form dropdown/list? Example below:
See how there is an “Add Item” option on the backend, is it possible to allow those submitting a form to do the same?
Thanks!
Does anyone know if it’s possible to add an “Other” section to a form dropdown/list? Example below:
See how there is an “Add Item” option on the backend, is it possible to allow those submitting a form to do the same?
Thanks!
I may be wrong here but I don’t think it’s possible to do, at least in this simple way .
The only way I can think of to allow an “Other” (and re-use it in your doc) would be to create this option yourself and then have an “if other” text field in which the submitters can write her/his/their choice. Then in your table where the form sends the results, add a button to potentially add this new choice to your list of choice so you can re-use it later in your doc (depending on the purpose of your form).
The submitters though will not be allow to use that “new option” in the form but it will allow you to gather those “if other” options and work with them.
Hey Pch! Thanks - that’s what I thought. Trying to limit technical complexity because there are enough moving parts on the doc. Thank you regardless!