Hi there,
How do I build a validation rule on a form that will throw an error if the user selects more than three options in a "allow multiple selections" choice field?
Thanks
Kassie
Solved! Go to Solution.
length(ChoiceNamedControl) > 3
Thank you Marian! You're a rock star!