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
Or you can modify template value for particular field and remove {label} part from it. I.e.:
template
{label}
= $form->field($page, 'image', [ 'template' => '{input}{error}' ])->fileInput() ?>
= $form->field($page, 'image', [ 'template' => '