uSync.Forms
To install and use uSync.Forms you will first need to install Umbraco Forms.
Installation
To Install uSync.Forms, type the following commands into the Visual Studio Package Manager Console, command line, or add the reference directly into the .csproj file.
- Package Manager
- Dotnet
- Package reference
install-package uSync.Forms
dotnet add package uSync.Forms
<PackageReference Include="uSync.Forms" Version="VERSION" />
Using uSync.Forms
Once uSync.Forms is installed, You should see the Forms entry on the uSync dashboard.
With uSync.Complete
If you have uSync.Complete you can right click on a form to push or pull it.