In Yii2 I'm trying to construct hidden input
echo $form->field($model, 'hidden1')->hiddenInput()->label(false);
But I also need it to have some value option, how can I do that ?
question from:https://stackoverflow.com/questions/30153443/yii2-hidden-input-value