Installing Umbraco Forms
This article covers two ways to install Umbraco Forms.
Install Umbraco Forms following either of the two guides:
Via NuGet, or
Prerequisites
An Umbraco CMS website set up locally or in a development environment.
Installation via NuGet
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.
Installing using the terminal
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.FormsNuGet package with the following command:
Build and run your project.
Start Building Forms
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.
Using Forms
For details on creating and managing forms, see the Editor Documentation.
Last updated
Was this helpful?