I have a question and a (related) problem.
I would like to have a form with a maximum number of checkboxes that can be checked. For instance, a question with 3 options, max 2 are allowed to check.
I know about the 'exclusive' function. But I think that is for max. 1 checkbox. I think, because the exclusive function is not working at all.
The code that I'm using:
[checkbox* name use_label_element exclusive "1" "2" "3"]
Something like this would be nice:
[checkbox* name use_label_element exclusive:2 "1" "2" "3"]
I'm using
WP 3.1.3-nl_NL
Contact Form 7, 2.4.5
Contact Form to DB Extension, 1.8.7
Anyone?