I'd like to have the multi-select, but with an exact (or max) of 5 selections. Is this a simple thing to add?
I don't foresee adding this to the module itself, but this can be easily achieved with a custom validation handler via hook_form_alter. You can then count the number of options selected and set a form error accordingly.
Comments
Comment #1
johnhanley commentedI don't foresee adding this to the module itself, but this can be easily achieved with a custom validation handler via hook_form_alter. You can then count the number of options selected and set a form error accordingly.
Comment #2
johnhanley commented