andre 5 сар өмнө
parent
commit
9895b84d8f

+ 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);