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
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
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.