Further customization is available via configuration allowing you to set defaults for all new forms as well as how often the background task for deleting records should run.
You can find more details on how to enable and set defaults in the configuration documentation.
Field and Workflow Settings Customization
It is now possible to configure which form settings can be edited from the backoffice. There are cases where you want to restrict access to a certain field or workflow settings, such as email addresses or reCaptcha scores.
The new customization options are highly configurable. Not only can you hide certain settings in the UI, but it is also possible to set them as read-only so editors can still see the configured value.
This is an opt-in feature, so all settings will continue to work as previously when upgrading to Umbraco 10.2. Please refer to the Settings Customisation section in the Configuration documentation.
Magic String formatting
Umbraco Forms has a useful feature for replacing placeholder strings dynamically with values derived from different sources. These are known as "magic strings". It is now possible to customize the formatting of Magic Strings, to allow for extended use cases and enhance the capabilities for creating interactive forms.
See the Formatting Magic Strings documentation for more details on how to use this.
You can even create your own “formatters” to cater to specific use cases. More on this in the Adding a Magic String Format Function documentation.
And much more…
There are more features and fixes included in the release such as improved support for labels in the Block List editor.