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
= $sffForm->field($sffModel, 'url_keywords', ['enableLabel' => false])->textInput(['placeholder' => 'URL / keywords']) ?>