Commit f4d61ed5 authored by Shakarim Sapa's avatar Shakarim Sapa

- Вывели кнопку сабмита

parent 49ab6848
...@@ -113,6 +113,8 @@ WidgetAssetBundle::register($this); ...@@ -113,6 +113,8 @@ WidgetAssetBundle::register($this);
echo $f->field($formModel, 'email')->textInput(['placeholder'=>"Ваше имя*", 'class'=>'input_st field-input required alphanumeric'])->label(false); echo $f->field($formModel, 'email')->textInput(['placeholder'=>"Ваше имя*", 'class'=>'input_st field-input required alphanumeric'])->label(false);
echo yii\helpers\Html::submitButton('Записаться', ['class'=>"save-button sh_bt_send", 'style' => 'padding-top: 0;']);
ActiveForm::end(); ActiveForm::end();
?> ?>
<?php //echo $form; ?> <?php //echo $form; ?>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment