Is it possible to allow logged in user with subscriber roll to delete media using Toolset Forms and the media library field? Right now I see no option for users to delete their own media. I have the Toolset Access plugin installed and have set "Edit Own" and "Delete Own" on Media (see attached for settings).
Hello,
There isn't such kind of built-in feature within Toolset Forms plugin, but you can edit your post form, and try these:
1) enable option "Use the WordPress Media Library manager for image, video, audio, or file fields "
2) In section "CSS Editor", add below codes:
.edit-attachment, .delete-attachment {
display: block !important;
}
Above codes will reveal the hidden edit and delete link, so when user upload the media file with WordPress Media Library manager, he will be able to delete the attachment file, see my screenshot delete-attatchment.JPG
I found a code snippet that added the ability for subscriber role to delete their own media.