Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.04 KB

File metadata and controls

37 lines (23 loc) · 1.04 KB
meta.Title description
Installing Umbraco Forms
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

{% embed url="https://www.youtube.com/watch?v=3Aojbp_1MPc" %}

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.