Form check required
DEV-NOTES:
-
Add the entry
form-check-requiredto the filetemplates/layout/base.html.twig -
Add the attribute
data-check-required="true"to the<form>to let it be submited only when it's valid. -
Add the attribute "required" to make an
<input>field mandatory.