Installing Umbraco Forms
Installing Umbraco Forms
Last updated
Was this helpful?
Installing Umbraco Forms
Last updated
Was this helpful?
Was this helpful?
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.org.
Run the following command on a command prompt of your choice, replacing <version_number>
with the appropriate version identified above:
dotnet add package Umbraco.Forms --version <version_number>
Restart the web application using the following command:
dotnet run
Once the installation is successful, you will see a similar screen in the Forms section:
For details on using Forms, see the Editor Documentation.