
Announcements
We would like to show previously attached documents in a basic form but we want to remove the 'Delete' option for these. How can we do that?
Hi @prathyoo,
I am not 100% sure but I you don't give the users the permission to delete in that table, it could be that the button is gone. Did you try that?
Another option would be to use JQuery and remove the fields from your page with the .remove()-function. Usually not the best approach for that case as there are always people with disabled Js or other settings interfering with your intended behaviour.
--------------------------------------------------------------------------------------
Hope that helps.
If the post solves your problem, please mark it as solution. If it helps, consider a thumbs up.