Отримайте швидку відповідь
на Ваше питання
//= $form_question->field($question, 'name')->textInput(['maxlength' => true, 'placeholder' => Yii::t('app', 'Имя')])->label(false) ?>
//= $form_question->field($question, 'email')->textInput(['maxlength' => true, 'placeholder' => Yii::t('app', 'E-mail или телефон')])->label(false) ?>
//= $form_question->field($question, 'question')->textarea(['maxlength' => true, 'placeholder' => Yii::t('app', 'Ваш вопрос'), 'rows' => '8', 'cols' => '40'])->label(false) ?>
//= $form_question->field($question, 'reCaptcha')->widget(
// \app\components\ReCaptcha::className(),
// [
// 'widgetOptions' => [
// 'id' => 're-captcha-form1',
// ],
// 'siteKey' => '6LdfGiEUAAAAAA40SSMXQUVtJyb8xcf8gzjMFk8G',
// ]
// )->label(false) ?>
//= Yii::t('app', 'Отправить')?>