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. 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 nuget.org.

  3. 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>
  4. 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

Was this helpful?