Skip to content

richarth/sanitiser.forms

Repository files navigation

Umbraco Forms sanitiser

Downloads NuGet GitHub license

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+

Installation

Add the package to your Umbraco website from nuget:

dotnet add package Umbraco.Community.Sanitiser.Forms

Configuration

To enable the package, add the following to your appsettings.json:

{
  "Sanitiser": {
    "Enable": true
  }
}

Umbraco Forms Submissions

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.

Acknowledgements

Logo

The package logo uses the form (by Icogenix) icon from the Noun Project, licensed under CC BY 3.0 US.

License

MIT License

About

Personal data sanitisation for Umbraco Forms

Resources

License

Stars

Watchers

Forks

Packages

No packages published