<?= $form->field($model, 'mail_antwortadresse')->textInput(['value' => $zieladresse])->label('Zieladresse') ?>
I intend to set one more field called bb:
Multiple recipients should be provided by this field seperated by semicolon. Unfortunately, i don't know how to integrate field bb: in my application. Following code throws out error
<?= yii\widgets\ActiveField::textInput()->label('bb:') ?>
Any ideas, how to implement informations of multiple recipients given by formular?