Hi, I need to put a checkbox with 20 choices on my webform. My problem is how will I limit the answers of the user? meaning, user can only check 3 items out of the 20 choice items. How will I do this?

Comments

quicksketch’s picture

This isn't possible through the user interface, though you could write your own JavaScript to restrict the list. Alternatively, http://drupal.org/project/webform_validation might be able to get you the validation you need.

quicksketch’s picture

Status: Active » Closed (fixed)