Skip to content

Commit c5ca06d

Browse files
committed
Voting limit in gforms to form id 53
1 parent ed47c06 commit c5ca06d

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

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

+10-6
Original file line numberDiff line numberDiff line change
@@ -2138,9 +2138,13 @@ function set_field_limits($field_limits)
21382138
return $field_limits;
21392139
}
21402140
}
2141-
// new GFLimitCheckboxes(52, array(
2142-
// 3 => array(
2143-
// 'min' => 3,
2144-
// 'max' => 3
2145-
// )
2146-
// ));
2141+
new GFLimitCheckboxes(53, array(
2142+
1 => array(
2143+
'min' => 3,
2144+
'max' => 3
2145+
),
2146+
2 => array(
2147+
'min' => 3,
2148+
'max' => 3
2149+
)
2150+
));

0 commit comments

Comments
 (0)