I know you have checkboxes next to the form entries for a given form.. but there is no way to check them all.. I was looking to delete all entries for a given form..
i know that the UFRecords would be a good start but is there some kind of sql script to nuke them OR is this feature to check all checkboxes going to be introduced?
Not sure of the SQL, but I think you'd need to update the XML as well that gets generated.
Adding a link to the page to select all should be pretty simple. Are you familiar with the Umbraco event model? You could use the events to injkect the link on page load, and have the link use JQuery to select all the checkboxes.
Delete All Entries For A Given Form?
Hi Guys,
I know you have checkboxes next to the form entries for a given form.. but there is no way to check them all.. I was looking to delete all entries for a given form..
i know that the UFRecords would be a good start but is there some kind of sql script to nuke them OR is this feature to check all checkboxes going to be introduced?
Cheers,
Tom
Hi Tom,
Not sure of the SQL, but I think you'd need to update the XML as well that gets generated.
Adding a link to the page to select all should be pretty simple. Are you familiar with the Umbraco event model? You could use the events to injkect the link on page load, and have the link use JQuery to select all the checkboxes.
is working on a reply...