Skip to content

Instantly share code, notes, and snippets.

View codeagencybe's full-sized avatar
🏠
Working from home

Fabio Tielen codeagencybe

🏠
Working from home
View GitHub Profile
@lopadz
lopadz / SYNC_GIST_README.md
Last active March 31, 2021 03:46
Sync WP Code & DB Makefile Recipe
@alex-authlab
alex-authlab / fluentform-checkbox-max-restriction.js
Created April 2, 2021 04:07 — forked from techjewel/fluentform-checkbox-max-restriction.js
prevent users to check max 3/x items from a checkbox group - Fluent Forms
/**
* 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
*
*/