diff --git a/src/Forms/FormField.php b/src/Forms/FormField.php index 94721475e..13eafc887 100644 --- a/src/Forms/FormField.php +++ b/src/Forms/FormField.php @@ -1036,6 +1036,8 @@ class FormField extends RequestHandler { $context = $this; + $this->extend('onBeforeRenderHolder', $context, $properties); + if (count($properties)) { $context = $this->customise($properties); }