diff --git a/src/Plugin/EngineTasks/MaestroWebformInheritTask.php b/src/Plugin/EngineTasks/MaestroWebformInheritTask.php index efd9bb6..f1b81f2 100644 --- a/src/Plugin/EngineTasks/MaestroWebformInheritTask.php +++ b/src/Plugin/EngineTasks/MaestroWebformInheritTask.php @@ -117,7 +117,7 @@ public function getExecutableForm($modal, MaestroExecuteInteractive $parent) { // Copy the fields of the webform submission to the values array. foreach ($webform_submission->getData() as $key => $value) { if ($value) { - $field_values[$webformInheritID . '_' . $key] = $value; + $field_values[$key] = $value; } } // Now create webform submission, submit and attach to current process.