Commit 49ab6848 authored by Shakarim Sapa's avatar Shakarim Sapa

- Убрали отступы

parent 8b0783c1
...@@ -109,6 +109,10 @@ WidgetAssetBundle::register($this); ...@@ -109,6 +109,10 @@ WidgetAssetBundle::register($this);
echo $f->field($formModel, 'name')->textInput(['placeholder'=>"Ваше имя*", 'class'=>'input_st field-input required alphanumeric'])->label(false); echo $f->field($formModel, 'name')->textInput(['placeholder'=>"Ваше имя*", 'class'=>'input_st field-input required alphanumeric'])->label(false);
echo $f->field($formModel, 'phone')->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);
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