Stopping Enquiry Form results being saved

Permalink
Hi

I realise that I have a large number of sites with with the submitted enquiry form results saved within C5. I know that I can go in and delete existing saved ones via: Dashboard | System & Settings | Automated Jobs. However, is there a way to stop them being saved to the server in the first place (ie only sent to the declared recipient)?

thanks

Robert

 
WebcentricLtd replied on at Permalink Reply
hello,
I think you'd need to override the Form Block Controller. There is a section in there that saves all of the question / answer pairs to the database before checking to send an email or not.

You might need to be careful how you go about it but you need to make sure if you do try this that you override the file in the standard C5 way rather than altering the core file.
Robert12345 replied on at Permalink Reply
Thanks Andy.

I will have a look at that.

After I posted I wondered if I could automate the deletion of the saved form posts by setting as a Cron job within C5 but I didn't succeed in that :-(

R