Hi Guys
I just started using Umbraco Forms great tool.
I'm working on a local environment and when i upload the Umbraco Form files to my live site i get an error message in my RTE where the form is inserted.
So my question is where the forms/.cshtml files are located when you create them with Umbraco Forms :)
When you create new forms in Umbraco Forms, the files are stored in the folder. /App_Plugins/UmbracoForms/Data/forms but the forms are store as JSON files.
The files to insert forms into temples and the RTE is located in /Views/MacroPartials there you should see:
InsertUmbracoForm.cshtml
RenderUmbracoFormScripts.cshtml
Hope this helps, let me know if I have misunderstood your question.
Umbraco forms Location
Hi Guys I just started using Umbraco Forms great tool.
I'm working on a local environment and when i upload the Umbraco Form files to my live site i get an error message in my RTE where the form is inserted.
So my question is where the forms/.cshtml files are located when you create them with Umbraco Forms :)
...and this is the error message - and it dosen't help to upload the file again :)
What version of Forms are you using right now?
Hi Mads,
When you create new forms in Umbraco Forms, the files are stored in the folder. /App_Plugins/UmbracoForms/Data/forms but the forms are store as JSON files.
The files to insert forms into temples and the RTE is located in /Views/MacroPartials there you should see:
InsertUmbracoForm.cshtml
RenderUmbracoFormScripts.cshtml
Hope this helps, let me know if I have misunderstood your question.
/Dennis
Hi Dennis That was exactly the reply i was looking for.
I knew the placement of the InsertUmbracoForm.cshtml and RenderUmbracoFormScripts.cshtml.
But i was looking for the created forms in the /App_Plugins/UmbracoForms/Data/forms folder.
Thanks a lot :)
/Mads
Hi,
I would install trace log viewer or some sort of package in your umbraco back end so you see what the error actually is
Thanks
Nav
is working on a reply...