diff --git a/modules/cms/controllers/Index.php b/modules/cms/controllers/Index.php index 7751ede8f..b72591270 100644 --- a/modules/cms/controllers/Index.php +++ b/modules/cms/controllers/Index.php @@ -538,7 +538,7 @@ class Index extends Controller $widgetConfig = $this->makeConfig($formConfigs[$type]); $widgetConfig->model = $template; - $widgetConfig->alias = $alias ?: 'form'.studly_case($type).md5($template->getFileName()).uniqid(); + $widgetConfig->alias = $alias ?: 'form'.studly_case($type).md5($template->getFileName()); return $this->makeWidget('Backend\Widgets\Form', $widgetConfig); }