Skip to main content
Nintex Community Menu Bar

i need to show the tick mark , when the Attachement is add.

Please anyone suggest me , how to do that.

i have attachment the sample .

 

As far as I can tell, looking into the attachment control, we cannot override its behavior and add additional images or checkmarks next to the attachments. The only way I can see is if you add custom JS into a classic nintex form that uses jquery to find the elements where the "delete" is showing. Target those elements in the HTML and add a checkmark to their left with jquery. 


Reply