BoldGrid / weforms

7 stars 11 forks source link

Limit Checkbox to a specific count #174

Open elanasparkle opened 2 years ago

elanasparkle commented 2 years ago

Limit how many checkmarks can be selected

Name | Checkbox Reporter | Elana D. Submit Date | 9/14/2022 Summary | Limit checkmarks on a specific number specified in the editor

Put settings in editor that will set this variable from there or not at all. Below code does this for you if you change the name of your checkmark and put in functions.php. This would need to be added to other selection boxes as well.

` function weforms_limit_checkbox() { ?>

<?php } add_action( 'wp_footer', 'weforms_limit_checkbox' ); `