Hi all,
in my current project I attempt to desing a survey which allows the user to quickly check matches between people attending a training and a given list.
In a first step the user should select his/her name and the location to narrow down the list to the relevant attendances. This can be easly done with the choice_filter.
In a second step the user should see a list of the names, from which he/she could select the attending people. Some trainings are attended by 30 people, so storing them as comma seperated string in the select_muliple field is no option as it is limited to 255 chars.
I found this blog post by @IsmaelChivite,
but that doesn't really seem to be an option, as I would have to enter all names of the people that could attend the training, which are more than a hundred. Not a good option.
Any idea to approach this differently?
Here a view into my current approach:
Thanks in advance,
Merlin
OK. One obvious step would be to increase the maximum of 255 characters: