In a standard checkbox, you can limit the number of selection that can be made. Anyone know how I can do this with a dynamic or lookup checkbox field?
And while I appreciate the "AJAX is the way to go", I'm looking for specifics and some starter code, if anyone's accomplished this, and is feeling generous enough to share their how-to publicly here. :)
In the browser, a checkbox is a checkbox. The difference in Formidable is where the data originates to populate the checkbox. Since the browser sees them all as the same, the same jQuery that works for normal checkboxes should work for any checkbox regardless of where the data originates.
Thank you, Victor.
Please login or Register to submit your answer