Commit f3b713c3 authored by Shakarim Sapa's avatar Shakarim Sapa

- Убрали валидацию

parent 9bce80b3
...@@ -116,7 +116,7 @@ WidgetAssetBundle::register($this); ...@@ -116,7 +116,7 @@ WidgetAssetBundle::register($this);
echo $f->field($formModel, 'email')->textInput(['placeholder'=>"E-mail*", 'class'=>'input_st field-input required alphanumeric'])->label(false); echo $f->field($formModel, 'email')->textInput(['placeholder'=>"E-mail*", 'class'=>'input_st field-input required alphanumeric'])->label(false);
echo yii\helpers\Html::submitButton('Записаться', ['class'=>"save-button sh_bt_send", 'style' => 'padding-top: 0;']); echo yii\helpers\Html::submitButton('Записаться', ['class'=>"sh_bt_send", 'style' => 'padding-top: 0;']);
ActiveForm::end(); ActiveForm::end();
?> ?>
......
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