You are viewing limited content. For full access, please sign in.

Question

Question

stop other users from "removing uploaded files"

asked on July 14, 2022 Show version history

I have a place where the other users in the process diagram can upload files. For some reason my files are not making it to the end. I have verified it's the same field on each form (variable name is the same). 

0 0

Replies

replied on July 18, 2022

You could add the following CSS to hide the delete attachment option after something is uploaded:

 

.files tr td.delCell a {display: none;}

 

If you have multiple forms, an idea is to add this to to the "approval form"; so that the employee could add, but not delete. 

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.