You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: umbraco-cloud/deployment/umbraco-forms-on-cloud.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Umbraco Forms is part of the [auto-upgrades on Umbraco Cloud](../product-upgrade
32
32
33
33
To avoid having the auto-upgrades overwrite any of your custom settings, we strongly encourage that you use [config transforms](../set-up/config-transforms.md) when you need custom configuration. Additionally, use [Themes](https://docs.umbraco.com/umbraco-forms/developer/themes) when you need to customize your forms.
34
34
35
-
Whenever a new minor version of Umbraco Forms is ready, eg. 10.x or 11.x, you will get the option to apply the upgrade to your project. When your project is eligible to receive the new version, you will see an "_Upgrade available!_" label on your Development environment.
35
+
Whenever a new minor version of Umbraco Forms is ready, eg. 10.x or 11.x, you will get the option to apply the upgrade to your project. When your project is eligible to receive the new version, you will see an "_Upgrade available!_" label on your left-most environment.
36
36
37
37
### Version-specific changes
38
38
@@ -54,7 +54,7 @@ To switch to persisting all definitions for Umbraco Forms data in the Umbraco da
54
54
55
55
1. Make sure all environments are upgraded to **at least Umbraco Forms version 8.5.2 and Deploy 3.5.0**.
56
56
2. Make sure your Forms are in sync between all your Cloud environments.
57
-
3. Clone down your Development environment.
57
+
3. Clone down your left-most environment.
58
58
4. Restore content and Forms to the local clone.
59
59
5. Open the configuration file `App_Plugins\UmbracoForms\UmbracoForms.config` from your local clone.
60
60
6. Add the following key in the `<settings>` section and make sure the value is set to `True`:
@@ -94,7 +94,7 @@ You will need to follow the steps below to persist Umbraco Forms data in the Umb
94
94
```
95
95
3. Remove all existing `data\revision\forms-form__*.uda` files, so it's not possible to accidentally revert to this state (removing `UDA` files won't remove the actual form on deploy).
96
96
4. Push the change back to the Cloud environment.
97
-
* If you have more than 1 Cloud environment, make sure to deploy the change through to all of them.
97
+
* If you have more than one Cloud environment, make sure to deploy the change through to all of them.
98
98
5. You are now able to queue your Forms for transfer between the Cloud environments, like content and media.
99
99
100
100
If you do not have the `transferFormsAsContent` setting in the `UmbracoDeploy.settings.config` file, you do not need to make any further changes.
0 commit comments