meta.Title | description |
---|---|
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.
{% embed url="https://www.youtube.com/watch?v=3Aojbp_1MPc" %}
To install the Umbraco Forms package (Umbraco.Forms), follow these steps:
-
Run the following command on a command prompt of your choice:
dotnet add package Umbraco.Forms
-
Restart the web application using the following command:
dotnet run
Once the installation is successful, you will see a similar screen in the Forms section:
For details on using Forms, see the Editor Documentation.