Hi,
I've created a view that create a list of CRED Form. In each CRED Form, I need to show a button to delete the post. I've tried to add in my CRED this: [cred_delete_post_link class='cred-refresh-after-delete' text='DELETE' message='Are you sure?' message_show='1' action='trash']
But I cannot see the button... I've set permission's cred to all logged user, and I'm logged in my site.
Hello. Thank you for contacting the Toolset support.
Well - I just tested with my local test site and I can see the CRED Delete post link works absolutely fine. I've added following code to add Delete post link.
[cred_delete_post_link class='cred-refresh-after-delete' text='Delete' message='Are you sure you want to delete this post?' message_show='1' action='trash']
Are you going to display CRED Edit form or Create Form? If yes, as are going to display Edit form, you can display your CRED form and besides that just put the Delete link.