• I need to create field that accept HTML code. And I need to make this field required.

    How to achieve that? Regular way with 'attributes' => ['required'] seems not work since it makes hidden textarea required only. And this completely blocks the ability to create new posts because the user cannot fill the hidden textarea.

The topic ‘How to make `textarea_code` field `required`?’ is closed to new replies.