Hi!
How can I limit (validating) the selected options of a Multiselect dropdown? (for example three)
maxSelected[3] probably in the validation options.
Thank you healyhatman, but it is not working...
I also tried with "Validate data" action (relative_topics/maxSelected[3]:errormessage) and also no success.
It can be done with the validate data action, but it will require you to make changes to Chronoforms code. I can provide those changes for you, but they'll be overwritten if you update CF or CC. Better off waiting for Max to fix it in a later update, and just validate with PHP for the backend.
maxCount[#] and minCount[#] is yhe solution!
Thank you healyhatman