dotnet add package Umbraco.Forms is NOT adding forms to my project
I have a project im trying to add umbraco forms to.
I've done the install - and received the following confirmation:
C:\Umbraco Sites\SFMDev>dotnet add package Umbraco.Forms
Determining projects to restore...
Writing C:\Users\P00000000A\AppData\Local\Temp\tmp7D13.tmp
info : X.509 certificate chain validation will use the default trust store selected by .NET for code signing.
info : X.509 certificate chain validation will use the default trust store selected by .NET for timestamping.
info : Adding PackageReference for package 'Umbraco.Forms' into project 'C:\Umbraco Sites\SFMDev\SFMDev.csproj'.
info : GET https://api.nuget.org/v3/registration5-gz-semver2/umbraco.forms/index.json
info : OK https://api.nuget.org/v3/registration5-gz-semver2/umbraco.forms/index.json 220ms
info : Restoring packages for C:\Umbraco Sites\SFMDev\SFMDev.csproj...
info : Package 'Umbraco.Forms' is compatible with all the specified frameworks in project 'C:\Umbraco Sites\SFMDev\SFMDev.csproj'.
info : PackageReference for package 'Umbraco.Forms' version '13.0.2' updated in file 'C:\Umbraco Sites\SFMDev\SFMDev.csproj'.
info : Assets file has not changed. Skipping assets file writing. Path: C:\Umbraco Sites\SFMDev\obj\project.assets.json
log : Restored C:\Umbraco Sites\SFMDev\SFMDev.csproj (in 1.33 sec).
dotnet add package Umbraco.Forms is NOT adding forms to my project
I have a project im trying to add umbraco forms to. I've done the install - and received the following confirmation:
When I run the project per instructions - I do not see "create a form" i only see the "Read more" option that redirects me back to the https://our.umbraco.com/packages/developer-tools/umbraco-forms/ page.
Any help would be greatly appreciated as we have purchased a license for forms, but can't even install it to test it out.
is working on a reply...