This gist has been upgraded to a full repo! You can find an improved version here: https://github.com/lopadz/wp-sync.
See you there! 😉
This gist has been upgraded to a full repo! You can find an improved version here: https://github.com/lopadz/wp-sync.
See you there! 😉
| /** | |
| * Function to prevent users mark more than expected items. | |
| * This code must need to be placed in custom JS of your form | |
| * @param: containerClass String - The contaner class of the target checkbox block. | |
| * You can add a custom container class in the form settings | |
| * | |
| * @param: maxChecked Integer - Max Number of items user can mark | |
| * @return: void | |
| * | |
| */ |