Umbraco Forms: Global Default for Data Retention
# help-with-umbraco
p
Is there any way to set a global defaults for data retention instead of having to set it per form? Ideally, we would set global values that can be overridden if needed on individual forms.
Forms v13.x.x
m
I think there was an undocumented feature, that you could have appsettings that would be the default (though by default meaning set on new form creation) (also docs might have caught up since...)
??
Copy code
"DaysToRetainSubmittedRecordsFor": 0,
        "DaysToRetainApprovedRecordsFor": 0,
        "DaysToRetainRejectedRecordsFor": 0,
p
Great, thanks @Mike Chambers
5 Views