Importing form submissions

Permalink
Hi,

I am using concrete 5.6.3.2 and accidentally I deleted all form submission in the Dashboard however I have a exported CSV saved.

Is there is a way to import the CSV into form submissions so that it can show up under "Form Results".

Regards,
dk

 
JohntheFish replied on at Permalink Reply
JohntheFish
You would need to write a concrete5 job in php to parse the csv and call the form block controller to save the values.