arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

Installing Umbraco Forms

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.

Form section in backoffice

hashtag
Video Tutorial

To install the Umbraco Forms package (Umbraco.Forms), follow these steps:

  1. Identify the Umbraco CMS version your project is running.

  2. Find a compatible version of Umbraco Forms that matches your Umbraco CMS version. A list of Umbraco Forms versions can be found on .

  3. Run the following command on a command prompt of your choice, replacing <version_number> with the appropriate version identified above:

hashtag
Start Building Forms

Once the installation is successful, you will see a similar screen in the Forms section:

hashtag
Using Forms

For details on using Forms, see the .

Restart the web application using the following command:

nuget.orgarrow-up-right
Editor Documentation
Create form
 dotnet run
dotnet add package Umbraco.Forms --version <version_number>