Upload file validation not working

On the form, I have an upload file component with the “number of required attachments” value set to 1. After clicking the next button, the focus returns to the component, blocking me from going to the next page, but there is no validation message under it.

I found a solution to the error.
I forgot to give a validation message in the field “Text displayed when required attachments are missing” - this message is for the main language, if we want to change it for others, we must go to the translation tab and search for the “requiredCountError” key

image

1 Like