I have a survey page, and when people submit the survey, I'm wanting to create a new submission node from a user control code behind. Just not sure how to do this from the code behind? Also once created I'm wanting to create child nodes under the new submission node of a document type answer that I have also created.
Best way to create a node from code behind.
I have a survey page, and when people submit the survey, I'm wanting to create a new submission node from a user control code behind. Just not sure how to do this from the code behind? Also once created I'm wanting to create child nodes under the new submission node of a document type answer that I have also created.
Umbraco version I'm using is 4.7.1
Any suggestions would be greatly appreciated :)
Hi Graeme,
The best way is described here:
http://our.umbraco.org/wiki/reference/api-cheatsheet/creating-a-document
Thanks, Alex
is working on a reply...