I'd like to have the multi-select, but with an exact (or max) of 5 selections. Is this a simple thing to add?

Comments

johnhanley’s picture

Status: Needs review » Active

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.

johnhanley’s picture

Status: Active » Closed (won't fix)