The only way I've found to achieve this is to remove the form record after sending the email (using RecordStorage), so this could be a separate workflow operation. Contour persists forms at every step, although there is a StoreRecordsLocally field in the UFForms table which I'm sure Tim could elaborate on.
Only send email, do not store record
Hi,
Is it possible to just send an email in a contour workflow and to not save the form data in the Umbraco back office?
Thanks,
Amir
Hi Amir
The only way I've found to achieve this is to remove the form record after sending the email (using RecordStorage), so this could be a separate workflow operation. Contour persists forms at every step, although there is a StoreRecordsLocally field in the UFForms table which I'm sure Tim could elaborate on.
Kev
Hi Kevin, are you aware of any examples of how to remove the record? I'm not having much luck finding docs on this.
Thanks,
Amir
You can use the RecordStorage class, or maybe the RecordService class.
Kev
is working on a reply...