Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions 15/umbraco-forms/developer/configuration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ For illustration purposes, the following structure represents the full set of op
"DaysToRetainApprovedRecordsFor": 0,
"DaysToRetainRejectedRecordsFor": 0
},
"RemoveProvidedEmailTemplate": false,
"RemoveProvidedFormTemplates": false,
"FormElementHtmlIdPrefix": "",
"SettingsCustomization": {
Expand Down Expand Up @@ -151,10 +150,6 @@ When creating an empty form, a single workflow is added that will send an email

If you have created a custom template and would like to use that as the default instead, you can set the path here using this configuration setting.

### RemoveProvidedEmailTemplate

The provided template can be removed from the selection if you have created email templates for the "send Razor email" workflow. To do this, set this value to `true`.

### RemoveProvidedFormTemplates

Similarly, the provided form templates available from the form creation dialog can be removed from selection. To do this, set this configuration value to `true`.
Expand Down
1 change: 1 addition & 0 deletions 15/umbraco-forms/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ This section contains the release notes for Umbraco Forms 14 including all chang
* Option to display paging details for multi-page forms.
* Form picker with allowed forms managed via folders.
* New "form details picker" providing a single property editor for the selection of form, theme, and redirect.
* Ability to provide custom themes and email templates via razor class libraries.

## Legacy release notes

Expand Down
3 changes: 2 additions & 1 deletion 15/umbraco-forms/upgrading/version-specific/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ For reference, the full details are listed here:

* The setting `FieldSettings:Recaptcha3:ShowFieldValidation` has a new default of `true`.
* The setting `Options:EnableMultiPageFormSettings` has a new default of `true`.
* The setting `FormDesign:RemoveProvidedEmailTemplate` has been removed (as adding and removing email templates can be more consistently handled using `EmailTemplateCollection`).

#### **Asynchronous Methods**

Expand All @@ -48,7 +49,7 @@ For reference, the full details are listed here:
* The `UmbracoPreValuesReadOnly` constructor now has an additional parameter.
* Due to the introduction of asynchronous behavior to `IFieldPreValueSourceType.GetPrevalues`, `FormViewModel.Build` is now also asynchronous.
* `FormsTreeRequirement` and related classes were removed.
* `FormRenderingService` was made internal.
* `FormRenderingService` and `FormThemeResolver` was made internal.
* Default implementations on `IFormThemeResolver` were removed.

## Legacy version specific upgrade notes
Expand Down