Forms files missing?
# help-with-umbraco
j
Hi. Docs and code says there should be an UmbracoForms folder in App_plugins. After nuget installation of Forms 13.0.1 I do not have that folder. What might be wrong here? Also the files in Views/Partials/Forms were missing. Downloaded them from docs page though. https://cdn.discordapp.com/attachments/1206882876767997992/1206882876935634984/image.png?ex=65dda044&is=65cb2b44&hm=0314d73b87545d406bcb5592a35d82785133ac4d0ddb372d982d1290158a1e03&
m
Hi, Forms uses a Razor class library all the files are handled by reference if you need the actual files you can get the from the docs - https://docs.umbraco.com/umbraco-forms/developer/themes
they arent embbed into the dll, but basically are
j
Aha. Just noticed that in my browser I could see https://localhost:44302/App_Plugins/UmbracoForms/Assets/themes/default/style.min.css which made me think it was in the DLL. Strange that docs refer to the file system though.
But the CSS files does not seem to be on the docs page (Themes). Only the view templates.
m
I think that the css files are in the static assets package: https://www.nuget.org/packages/Umbraco.Forms.StaticAssets/
You can browse the package with nuget package explorer: https://nuget.info/packages/Umbraco.Forms.StaticAssets/13.0.1
206 Views