ソースを参照

new info form

andre 5 ヶ月 前
コミット
dce2d057b7
1 ファイル変更1 行追加1 行削除
  1. 1 1
      app/UI/Client/Setting/Forms/InfoForm.php

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

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