I've followed your guide and added Umbraco Forms using the backoffice installer.
How should I reference the DLL:s correctly to be able to access things like
@Html.RenderUmbracoFormDependencies()and the Umbraco.Forms namespace in my backend? No references are added to the project when using the installer.
Reference Umbraco Forms assemblies
I've followed your guide and added Umbraco Forms using the backoffice installer.
How should I reference the DLL:s correctly to be able to access things like
@Html.RenderUmbracoFormDependencies()
and theUmbraco.Forms
namespace in my backend? No references are added to the project when using the installer.Hi Johan
The backoffice installer doesn't install visual studio project dependencies.
I recommend you to use Nuget for a such kind of installations if you work in Visual Studio.
Umbraco Forms Nuget - https://www.nuget.org/packages/UmbracoForms/
Thanks,
Alex
Alrighty, thanks for the clarification
is working on a reply...