When enabled, this package will delete form submissions and files uploaded as part of form submissions.
Umbraco versions supported: v10.8.5+
Umbraco Forms versions supported: v10.5.5+
Add the package to your Umbraco website from nuget:
dotnet add package Umbraco.Community.Sanitiser.Forms
To enable the package, add the following to your appsettings.json
:
{
"Sanitiser": {
"Enable": true
}
}
To enable the deletion of form submissions, add the following to your appsettings.json
:
{
"Sanitiser": {
"Enable": true,
"UmbracoFormsSanitiser": {
"Enable": true
}
}
}
Warning
N.B. This package is not intended to be run on production sites, only enable sanitization on a development or staging environment. Before enabling please ensure you have a backup of your data and a backup of your backup.
If there is a lot of data then the startup of your site may be delayed. Only enable when necessary.
The package logo uses the form (by Icogenix) icon from the Noun Project, licensed under CC BY 3.0 US.
MIT License