ActiveForm::TYPE_VERTICAL,
'options' => [
'id' => 'edit-form'
]
] );
// Cites entry field!
?>
You have not entered your cites code yet.
You can enter it now, or send it per mail, when you request Cites-protected material.
=$form->field ( $model, 'cites_code')
->textInput ()->label ( 'Cites Code' );?>
= Html::submitButton('Save', ['class' => ' btn btn-primary'])?>
= Html::submitButton('Not now', ['class' => ' btn btn-primary'])?>
";
ActiveForm::end ();
?>