I am trying to hide the label for a specific field in _form.php without success.
I have tried couple of variation like, but none is working:
= $form
Ok, I found the solution.
= $form->field($model, 'sample_text')->textArea()->label(false) ?>