Hi, I wanted to make my Image upload with Dropzone and also make it a required field by adding ->setAttribute('required', true).
Unfortunately this blocks HTML5 validation and I cannot send the form.
Is there any chance to get this field required, with HTML5 validation if possible?
Hi, I wanted to make my Image upload with Dropzone and also make it a required field by adding
->setAttribute('required', true).Unfortunately this blocks HTML5 validation and I cannot send the form.
Is there any chance to get this field required, with HTML5 validation if possible?