Skip to content

Commit 05f7301

Browse files
committed
limit excom run-off votation votes
1 parent 5ad31af commit 05f7301

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

plugins/cc-global-network/includes/gravityforms-interaction.php

+6
Original file line numberDiff line numberDiff line change
@@ -2190,6 +2190,12 @@ function set_field_limits($field_limits)
21902190
'max' => 3
21912191
)
21922192
));
2193+
new GFLimitCheckboxes(53, array(
2194+
1 => array(
2195+
'min' => 3,
2196+
'max' => 3
2197+
)
2198+
));
21932199
add_filter('gform_entries_field_value', 'ccgn_gf_display_name_instead_login', 10, 4);
21942200
function ccgn_gf_display_name_instead_login($value, $form_id, $field_id, $entry)
21952201
{

0 commit comments

Comments
 (0)