Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
i have a form product. i have added and edited it. but i want to delete record in form now. i want to click on button delete that page can delete record in form.... please help me...
Hi Joseph
You can remove records with RecordsService, like that:
using (RecordService rs = new RecordService(record)) { rs.Delete(); }
Thanks,
Alex
Where i have to code. And how i can call js when i click on delete button. I have tried to delete but i cant
Joseph, you have to create custom workflow, example here:
https://github.com/mindrevolution/Contour-Delete-Record-Workflow/blame/master/DeleteWorkflow.cs
What is Guid? And how i can call it to delete record
You have to write some controller that will handle click event and delete the record that you want.
can you teach me through skype? i am working but it's difficult for me
If someone is looking for a solution for V8 I blogged about this here: https://www.enkelmedia.se/blogg/2020/6/3/remove-record-from-umbraco-forms-8-workflow/
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Delete entry
i have a form product. i have added and edited it. but i want to delete record in form now. i want to click on button delete that page can delete record in form.... please help me...
Hi Joseph
You can remove records with RecordsService, like that:
Thanks,
Alex
Where i have to code. And how i can call js when i click on delete button. I have tried to delete but i cant
Joseph, you have to create custom workflow, example here:
https://github.com/mindrevolution/Contour-Delete-Record-Workflow/blame/master/DeleteWorkflow.cs
What is Guid? And how i can call it to delete record
You have to write some controller that will handle click event and delete the record that you want.
Thanks,
Alex
can you teach me through skype? i am working but it's difficult for me
If someone is looking for a solution for V8 I blogged about this here: https://www.enkelmedia.se/blogg/2020/6/3/remove-record-from-umbraco-forms-8-workflow/
is working on a reply...