I would like to create a quick form where the user can search and chose from a list, for instance :
So as the user should be able to type few words and select the suggestions (as it happens with the autocomplete text widget node). For the moment I didn’t find the way…. I know I can use multiple autocomplete text widget nodes, for instance :
…but, in case of many and not previously known user choices, it can become a bit impractical…
Did some of you face the same challenge and find a acceptable solution ?
What I would like is to have something like this :
1 The user type the beginning and suggestions are made based on a reference table, for instance :
***This is already possible with “autocomplete text widget” node but it allows only one choice per time.
2 The user selection is recorded and then they can select other choices. The output should be a table (or a variable or whatever) but containing the user choiceS.
The words (choices) in my list are too many (+200) and can vary (they come from a query reader).