Retrieve deleted form Submission Data
PermalinkI am currently running concrete 5.6.3.2 and problem is my client have accidentally deleted all submissions in one of the forms. Is there a possibility to recover those submissions via an add-on or directly retrieving from database. But I believe the data actually gets deleted from the database though I'm not sure.
Does performing a delete submissions on the Form Results page also delete the corresponding entries from the "Logs page" (http://mysite.com/index.php/dashboard/reports/logs/view/) as well ??
If that deleted form data is still available in the Logs section, is there an better/easier way to download it in CSV format (like you have on "Responses to Offer Form" page) or increase the no of entries shown on that page from the default 10 entries shown via an add-on or custom attribute or any helper code.
Thanks any help is appreciated.
Regards,
dkj
Thanks
dkj
That will solve your problem
The data from the form is lost, but the log is not deleted by deleting form submissions so you are right in assuming it could still be in the log provided:
1- Your logging settings specify to log emails sent
2- Your form is set to email the data
3- Nobody deleted the log manually in the meantime
In the log emails sent are saved under the type sent_emails so you can filter by that.
Otherwise there is no way to export to csv or show more than the default 10 unless you want to go through the code.
Increasing the number of results per page would be the easiest