Hi,
I have some drop-down lists in my request form which require regular updates (adding new options) like product version, etc.
Is there a way to let end-users add an option to a drop-down list in the request form in case we failed to updated these lists in time?
What I am thinking to do is: when an user selects "other" in my my drop-down list,
with the conditional field feature, I will show a text field where the user will type a value.
Once the form submitted, in the back-office, an agent can manually add this value to the drop-down list, but I was wondering if it's possible to have this done automatically.
Another idea would be to populate the drop-down with a data stored in our company's centralized document (on Sharepoint for instance). I prefer the first solution, but would this be possible at all ?