Hi, I allow users to upload files using a front end form with a "File" field. I also give them the possibility to upload more files if needed using the same form and the same field (max 3 files).
When a user uploads more files using the same form he/she can at the same time edit / delete the previously uploaded files using the tiny buttons that appear at the bottom of the uploaded file link.
But I would like to disable the ability to delete or edit the already uploaded files in that field.
How to do it?