Installing Umbraco Forms
Umbraco contains the Forms section, by default. You will see a similar interface, when you click on the Forms section in the Umbraco Backoffice.
To install the Umbraco Forms package (Umbraco.Forms), follow these steps:
Identify the Umbraco CMS version your project is running.
Find a compatible version of Umbraco Forms that matches your Umbraco CMS version. A list of Umbraco Forms versions can be found on nuget.orgarrow-up-right.
Run the following command on a command prompt of your choice, replacing <version_number> with the appropriate version identified above:
<version_number>
Restart the web application using the following command:
Once the installation is successful, you will see a similar screen in the Forms section:
For details on using Forms, see the Editor Documentation.
Last updated 1 year ago
Was this helpful?
dotnet add package Umbraco.Forms --version <version_number>
dotnet run