andre 5 месяцев назад
Родитель
Сommit
9895b84d8f
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      app/UI/Client/Setting/Forms/InfoForm.php

+ 2 - 2
app/UI/Client/Setting/Forms/InfoForm.php

@@ -38,8 +38,8 @@ class InfoForm extends BaseForm implements ClientArea
 
     private function initFields()
     {
-        $maildomain = new InputGroup('mailDomain');
-        $maildomain->addInputComponent((new InputGroupElements\Text('DNS Informationen für: '))->addHtmlAttribute('readonly','true'));
+        $maildomain = new InputGroup('');
+        $maildomain->addInputComponent((new InputGroupElements\Text('DNS Informationen für: '))->addHtmlAttribute('readonly','true')->addHtmlAttribute('name','maildomain'));
         $maildomain->addInputAddon('', false, '→');
         $maildomain->addInputComponent((new InputGroupElements\Text('maildomain'))->addHtmlAttribute('readonly','true'));
         $this->addSection($maildomain);