diff --git a/modules/backend/formwidgets/Repeater.php b/modules/backend/formwidgets/Repeater.php index 85a454c6f..d9d6be2cd 100644 --- a/modules/backend/formwidgets/Repeater.php +++ b/modules/backend/formwidgets/Repeater.php @@ -198,7 +198,7 @@ class Repeater extends FormWidgetBase protected function processItems() { $indexes = $groups = []; - $currentValue = post($this->formField->fieldName, $this->getLoadValue()); + $currentValue = post($this->formField->getName(), $this->getLoadValue()); // Ensure that the minimum number of items are preinitialized // ONLY DONE WHEN NOT IN GROUP MODE