'placeholder'=>\Yii::t('form','Short text about your project or idea'),
'class'=>'footer_form__textarea'
])->label(false);?>
<?phpecho$form->field($model,'confirm',
['template'=>'{input}{label}{error}{hint}']
)->checkbox([
'id'=>'bid-confirm-index',
'checked'=>false,
'required'=>true,
'class'=>'footer_form__check',
'data-required-message'=>Yii::t('form','Accept the terms')
],
false
)->label(Yii::t('form','I agree to')." ".Html::a(\Yii::t('form','the terms of using personal data'),'/uploads/personal_data_processing_art_project.pdf',['target'=>'_blank']));