Installing Umbraco Forms
This article covers two ways to install Umbraco Forms.
Last updated
Was this helpful?
This article covers two ways to install Umbraco Forms.
Install Umbraco Forms following either of the two guides:
Via NuGet, or
An Umbraco CMS website set up locally or in a development environment.
To install Umbraco Forms using NuGet in Visual Studio, follow these steps:
Open the project in Visual Studio.
Go to Tools -> NuGet Package Manager -> Manage NuGet Packages for Solution.
Select the Browse tab.
Search for Umbraco.Forms.
Select the package.
Choose the project you want to install it into.
Install the latest stable version of the package.
You can also install Umbraco Forms using a terminal. Follow these steps:
Open a terminal of your choice.
Navigate to the folder containing your Umbraco CMS project.
Install the Umbraco.Forms NuGet package with the following command:
Build and run your project.
Once the installation is complete and the site is running, you will see a Forms section in the Umbraco backoffice similar to the screen below:

The next step is to configure the license.
For details on creating and managing forms, see the Editor Documentation.
Last updated
Was this helpful?
Was this helpful?
dotnet add package Umbraco.Forms