invalid form control with name='legal_content' is not focusable. code example
Example: an invalid form control with name='' is not focusable
add novalidate in your form
Example:
<form action="" novalidate>
</form>
add novalidate in your form
Example:
<form action="" novalidate>
</form>