I have a PenInput1 that is for signing approval. When the user selects the Accept button, onsubmit adds the signature image to the sharepoint list Attachments with a specific name "ManagerSignature.jpg", and a variable fills in the value of the SignOffComplete field to "Approved".
How do I prevent the "ManagerSignature.jpg" file from being deleting in the Add/Delete pictures screen? I want the user to be able to add/delete all other types of files and images in Attachments, just not "ManagerSignature.jpg"?
Thank you