diff --git a/app/templates/element/form/infoDiv/check.php b/app/templates/element/form/infoDiv/check.php index 237eeac66..8ad4b70ca 100644 --- a/app/templates/element/form/infoDiv/check.php +++ b/app/templates/element/form/infoDiv/check.php @@ -28,6 +28,9 @@ declare(strict_types = 1); +// We need to uncheck the control key before passing the form parameters to the helper +unset($vv_field_arguments['check']); + ?>