Question
6
Replies
488
Views
JK Technosoft Ltd
Posted: August 14, 2018
Last activity: August 17, 2018
Closed
restrict the selection of check boxes only five
in job application portal student can select application checkboxes only 5 results to apply 5 jobs at a time up on next 6 th click i want to restrict
***Edited by Moderator Marissa to update platform capability tags****
The first thing that comes to mind is to setup some sort of post value/data transform design to increment/decrement some sort of counter to keep track of this every time you toggle a checkbox.
And then when you attempt to go over this limit, you can throw a validation that only x amount of checkboxes can be ticked.