I have a solution where I have a documentType called "Project" this document type have some simple properties, such as: Title, description and a list of images.
I would like my members to edit a project on a page (not in backend). This means that they will log in to the website, browse through the projects, click a project and then be able to edit the project.
What is the best way to do this kind og edit page? Right now im thinking of making an edit site, and pass the NodeId of the project to that page, then load the project, populare the fields and then on the postback load and update the project. Im thinking if there is a better way of doing this?
How do I create a edit form for my node ?
Hi,
I have a solution where I have a documentType called "Project" this document type have some simple properties, such as: Title, description and a list of images.
I would like my members to edit a project on a page (not in backend). This means that they will log in to the website, browse through the projects, click a project and then be able to edit the project.
What is the best way to do this kind og edit page? Right now im thinking of making an edit site, and pass the NodeId of the project to that page, then load the project, populare the fields and then on the postback load and update the project. Im thinking if there is a better way of doing this?
Hi Brian and welcome to our :)
What version of Umbraco are you using? If it's 6+ then you should have a look at the content service API's here https://our.umbraco.org/documentation/Reference/Management-v6/
Hope this helps.
/Jan
is working on a reply...