Php – "Please fill out this field" instead of custom errors message | Symfony 5
Hello I have a Symfony 5 form with constraints for my fields, my constraint for Length works perfectly, but NotBlank not correctly. I have a "type" and "label" field, I'm testing the form and the constraints with "type", if I…