Hi,
JavaScript will be more straightforward, but, of course, only works if JS is enabled in the user's browser.
To do this just in FormMail, I recommend the following:Something like that, anyway.
- Each checkbox has a value of '1', say
- You use "derive_fields" to derive a field which is the concatenation of all the checkbox fields:
Code:name="derive_fields" value="TestCheck=fld1.fld2.fld3.fld4...."- You use a condition to check that the "TestCheck" field is no more than three 1's:
Code:@TEST@TestCheck~1{1,3}@You must select no more than 3 reports@


Reply With Quote
Bookmarks