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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
32 changes: 17 additions & 15 deletions 10/umbraco-forms/developer/themes.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,23 @@ Copy the explicit files you wish to override in your theme, it may be a single f

### Obtaining the Default Theme Files

For Umbraco 9 and previous, it's straightforward to copy the files you need from the default theme folder. We highly recommend that you never customize any files found in the `default` themes folder. There is a risk that any customizations to these files will be lost with any future upgrades you do to Umbraco Forms.

Umbraco 10+ distributes these files as part of a Razor class library, so you won't find them on disk. Instead you should download the appropriate zip file for your Forms version and extract the ones you need.

You can obtain the latest version of the default theme Forms 10 from the following link:

* [Forms 10 Default Theme](https://umbra.co/umbraco-forms-default-theme) (for 10.5.6 and above)

If you are using a lower minor version of Forms than those listed, you should download an older version of the default theme.

The default theme for minor versions are available from the "Source Code" tab available at the bottom of [Umbraco Forms Package page](https://our.umbraco.com/packages/developer-tools/umbraco-forms/). Only versions where changes were made are available.

You should use the theme available for the highest version that's less or equal to the version of Forms you have installed.

For example, when using Umbraco Forms 10.4, and no file for that version is available use version 10.3 instead.
For Umbraco 9 and previous, it's straightforward to copy the files you need from the default theme folder. We highly recommend that you never customize any files found in the `default` themes folder. There is a risk that any customizations to these files will be lost with any future upgrades you do to Umbraco Forms. Umbraco 10+ distributes these files as part of a Razor Class Library, so you won't find them on disk. Instead you should download the appropriate zip file for your Forms version and extract the ones you need.

You can obtain the latest version of the Forms default theme from the following links:

* [10.0.0-rc1](./files/umbraco-forms-default-theme-10.0.0-rc1.zip)
* [10.1.0](./files/umbraco-forms-default-theme-10.1.0.zip)
* [10.2.0](./files/umbraco-forms-default-theme-10.2.0.zip)
* [10.2.4](./files/umbraco-forms-default-theme-10.2.4.zip)
* [10.3.0](./files/umbraco-forms-default-theme-10.3.0.zip)
* [10.5.0-rc1](./files/umbraco-forms-default-theme-10.5.0-c1.zip)
* [10.5.1](./files/umbraco-forms-default-theme-10.5.1.zip)
* [10.5.2](./files/umbraco-forms-default-theme-10.5.2.zip)
* [10.5.3](./files/umbraco-forms-default-theme-10.5.3.zip)
* [10.5.5](./files/umbraco-forms-default-theme-10.5.5.zip)
* [10.5.6](./files/umbraco-forms-default-theme-10.5.6.zip)

You should use the theme available for the highest version that's less or equal to the version of Forms you have installed. For example, when using Umbraco Forms 10.4.0, and no file for that version is available use version 10.3.0 instead.

### Amending Theme Files

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
26 changes: 11 additions & 15 deletions 13/umbraco-forms/developer/themes.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,20 @@ Copy the explicit files you wish to override in your theme, it may be a single f

### Obtaining the Default Theme Files

For Umbraco 9 and previous, it's straightforward to copy the files you need from the default theme folder. We highly recommend that you never customize any files found in the `default` themes folder. There is a risk that any customizations to these files will be lost with any future upgrades you do to Umbraco Forms.
For Umbraco 9 and previous, it's straightforward to copy the files you need from the default theme folder. We highly recommend that you never customize any files found in the `default` themes folder. There is a risk that any customizations to these files will be lost with any future upgrades you do to Umbraco Forms. Umbraco 10+ distributes these files as part of a Razor Class Library, so you won't find them on disk. Instead you should download the appropriate zip file for your Forms version and extract the ones you need.

Umbraco 10+ distributes these files as part of a Razor class library, so you won't find them on disk. Instead you should download the appropriate zip file for your Forms version and extract the ones you need.
You can obtain the latest version of the Forms default theme from the following links:

You can obtain the latest versions of the default theme for each Forms major version from the following links:
* [13.0.0](./files/umbraco-forms-default-theme-13.0.0.zip)
* [13.0.1](./files/umbraco-forms-default-theme-13.0.1.zip)
* [13.1.2](./files/umbraco-forms-default-theme-13.1.2.zip)
* [13.2.0](./files/umbraco-forms-default-theme-13.2.0.zip)
* [13.2.2](./files/umbraco-forms-default-theme-13.2.2.zip)
* [13.2.4](./files/umbraco-forms-default-theme-13.2.4.zip)
* [13.3.0](./files/umbraco-forms-default-theme-13.3.0.zip)
* [13.5.0](./files/umbraco-forms-default-theme-13.5.0.zip)

* [Forms 10 Default Theme](https://umbra.co/umbraco-forms-default-theme) (for 10.5.5 and above)
* [Forms 11 Default Theme](https://umbra.co/umbraco-forms-default-theme-11) (for 11.1.0 and above)
* [Forms 12 Default Theme](https://umbra.co/umbraco-forms-default-theme-12) (for 12.2.4 and above)
* [Forms 13 Default Theme](https://umbra.co/umbraco-forms-default-theme-13) (for 13.3.0 and above)

If you are using a lower minor version of Forms than those listed, you should download an older version of the default theme.

The default theme for minor versions are available from the "Source Code" tab available at the bottom of [Umbraco Forms Package page](https://our.umbraco.com/packages/developer-tools/umbraco-forms/). Only versions where changes were made are available.

You should use the theme available for the highest version that's less or equal to the version of Forms you have installed.

For example, when using Umbraco Forms 10.4, and no file for that version is available use version 10.3 instead.
You should use the theme available for the highest version that's less or equal to the version of Forms you have installed. For example, when using Umbraco Forms 13.4.0, and no file for that version is available use version 13.3.0 instead.

### Amending Theme Files

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
25 changes: 9 additions & 16 deletions 14/umbraco-forms/developer/themes.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,18 @@ Copy the explicit files you wish to override in your theme, it may be a single f

### Obtaining the Default Theme Files

For Umbraco 9 and previous, it's straightforward to copy the files you need from the default theme folder. We highly recommend that you never customize any files found in the `default` themes folder. There is a risk that any customizations to these files will be lost with any future upgrades you do to Umbraco Forms.
For Umbraco 9 and previous, it's straightforward to copy the files you need from the default theme folder. We highly recommend that you never customize any files found in the `default` themes folder. There is a risk that any customizations to these files will be lost with any future upgrades you do to Umbraco Forms. Umbraco 10+ distributes these files as part of a Razor Class Library, so you won't find them on disk. Instead you should download the appropriate zip file for your Forms version and extract the ones you need.

Umbraco 10+ distributes these files as part of a Razor class library, so you won't find them on disk. Instead you should download the appropriate zip file for your Forms version and extract the ones you need.
You can obtain the latest version of the Forms default theme from the following links:

You can obtain the latest versions of the default theme for each Forms major version from the following links:
* [14.0.0](./files/umbraco-forms-default-theme-14.0.0.zip)
* [14.0.1](./files/umbraco-forms-default-theme-14.0.1.zip)
* [14.1.0](./files/umbraco-forms-default-theme-14.1.0.zip)
* [14.1.4](./files/umbraco-forms-default-theme-14.1.4.zip)
* [14.2.0](./files/umbraco-forms-default-theme-14.2.0.zip)
* [14.2.4](./files/umbraco-forms-default-theme-14.2.4.zip)

* [Forms 10 Default Theme](https://umbra.co/umbraco-forms-default-theme) (for 10.5.5 and above)
* [Forms 11 Default Theme](https://umbra.co/umbraco-forms-default-theme-11) (for 11.1.0 and above)
* [Forms 12 Default Theme](https://umbra.co/umbraco-forms-default-theme-12) (for 12.2.4 and above)
* [Forms 13 Default Theme](https://umbra.co/umbraco-forms-default-theme-13) (for 13.3.0 and above)
* [Forms 14 Default Theme](https://umbra.co/umbraco-forms-default-theme-14) (for 14.2.0 and above)

If you are using a lower minor version of Forms than those listed, you should download an older version of the default theme.

The default theme for minor versions are available from the "Source Code" tab available at the bottom of [Umbraco Forms Package page](https://our.umbraco.com/packages/developer-tools/umbraco-forms/). Only versions where changes were made are available.

You should use the theme available for the highest version that's less or equal to the version of Forms you have installed.

For example, when using Umbraco Forms 10.4, and no file for that version is available use version 10.3 instead.
You should use the theme available for the highest version that's less or equal to the version of Forms you have installed. For example, when using Umbraco Forms 14.1.2, and no file for that version is available use version 14.1.0 instead.

### Amending Theme Files

Expand Down
Binary file not shown.
Binary file not shown.
21 changes: 5 additions & 16 deletions 15/umbraco-forms/developer/themes.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,14 @@ Copy the explicit files you wish to override in your theme, it may be a single f

### Obtaining the Default Theme Files

For Umbraco 9 and previous, it's straightforward to copy the files you need from the default theme folder. We highly recommend that you never customize any files found in the `default` themes folder. There is a risk that any customizations to these files will be lost with any future upgrades you do to Umbraco Forms.
For Umbraco 9 and previous, it's straightforward to copy the files you need from the default theme folder. We highly recommend that you never customize any files found in the `default` themes folder. There is a risk that any customizations to these files will be lost with any future upgrades you do to Umbraco Forms. Umbraco 10+ distributes these files as part of a Razor Class Library, so you won't find them on disk. Instead you should download the appropriate zip file for your Forms version and extract the ones you need.

Umbraco 10+ distributes these files as part of a Razor class library, so you won't find them on disk. Instead you should download the appropriate zip file for your Forms version and extract the ones you need.
You can obtain the latest version of the Forms default theme from the following links:

You can obtain the latest versions of the default theme for each Forms major version from the following links:
* [15.0.0](./files/umbraco-forms-default-theme-15.0.0.zip)
* [15.2.0](./files/umbraco-forms-default-theme-15.2.0.zip)

* [Forms 10 Default Theme](https://umbra.co/umbraco-forms-default-theme) (for 10.5.5 and above)
* [Forms 11 Default Theme](https://umbra.co/umbraco-forms-default-theme-11) (for 11.1.0 and above)
* [Forms 12 Default Theme](https://umbra.co/umbraco-forms-default-theme-12) (for 12.2.4 and above)
* [Forms 13 Default Theme](https://umbra.co/umbraco-forms-default-theme-13) (for 13.2.2 and above)
* [Forms 14 Default Theme](https://umbra.co/umbraco-forms-default-theme-14) (for 14.1.4 and above)

If you are using a lower minor version of Forms than those listed, you should download an older version of the default theme.

The default theme for minor versions are available from the "Source Code" tab available at the bottom of [Umbraco Forms Package page](https://our.umbraco.com/packages/developer-tools/umbraco-forms/). Only versions where changes were made are available.

You should use the theme available for the highest version that's less or equal to the version of Forms you have installed.

For example, when using Umbraco Forms 10.4, and no file for that version is available use version 10.3 instead.
You should use the theme available for the highest version that's less or equal to the version of Forms you have installed. For example, when using Umbraco Forms 15.1.0, and no file for that version is available use version 15.0.0 instead.

### Amending Theme Files

Expand Down
Binary file not shown.
18 changes: 3 additions & 15 deletions 16/umbraco-forms/developer/themes.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,26 +14,14 @@ Copy the explicit files you wish to override in your theme, it may be a single f

### Obtaining the Default Theme Files

For Umbraco 9 and previous, it's straightforward to copy the files you need from the default theme folder. We highly recommend that you never customize any files found in the `default` themes folder. There is a risk that any customizations to these files will be lost with any future upgrades you do to Umbraco Forms.
For Umbraco 9 and previous, it's straightforward to copy the files you need from the default theme folder. We highly recommend that you never customize any files found in the `default` themes folder. There is a risk that any customizations to these files will be lost with any future upgrades you do to Umbraco Forms. Umbraco 10+ distributes these files as part of a Razor Class Library, so you won't find them on disk. Instead you should download the appropriate zip file for your Forms version and extract the ones you need.

Umbraco 10+ distributes these files as part of a Razor class library, so you won't find them on disk. Instead you should download the appropriate zip file for your Forms version and extract the ones you need.
You can obtain the latest version of the Forms default theme from the following links:

You can obtain the latest versions of the default theme for each Forms major version from the following links:

* [Forms 10 Default Theme](https://umbra.co/umbraco-forms-default-theme) (for 10.5.5 and above)
* [Forms 11 Default Theme](https://umbra.co/umbraco-forms-default-theme-11) (for 11.1.0 and above)
* [Forms 12 Default Theme](https://umbra.co/umbraco-forms-default-theme-12) (for 12.2.4 and above)
* [Forms 13 Default Theme](https://umbra.co/umbraco-forms-default-theme-13) (for 13.2.2 and above)
* [Forms 14 Default Theme](https://umbra.co/umbraco-forms-default-theme-14) (for 14.1.4 and above)

If you are using a lower minor version of Forms than those listed, you should download an older version of the default theme.

The default theme for minor versions are available from the "Source Code" tab available at the bottom of [Umbraco Forms Package page](https://our.umbraco.com/packages/developer-tools/umbraco-forms/). Only versions where changes were made are available.
* [16.0.0](./files/umbraco-forms-default-theme-16.0.0.zip)

You should use the theme available for the highest version that's less or equal to the version of Forms you have installed.

For example, when using Umbraco Forms 10.4, and no file for that version is available use version 10.3 instead.

### Amending Theme Files

{% hint style="info" %}
Expand Down