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

Video Tutorial

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

  1. Run the following command on a command prompt of your choice:

    dotnet add package Umbraco.Forms
  2. Restart the web application using the following command:

     dotnet run

Start Building Forms

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

Create form

Using Forms

For details on using Forms, see the Editor Documentation.

Last updated