I have a Content Type that called pets, i created pages from it for all my pet information and a template to show my pet list,
i'm trying to create a template page with form that displays pet info for editing.
You can edit the content using Forms but it won't get saved automatically. You need to write additional workflow in forms to map form field with Content Type fields and then save it in Content area.
Create a template for Edit content page
Hi,
I have a Content Type that called pets, i created pages from it for all my pet information and a template to show my pet list, i'm trying to create a template page with form that displays pet info for editing.
Can I do that?
Yes - This is possible.
You can edit the content using Forms but it won't get saved automatically. You need to write additional workflow in forms to map form field with Content Type fields and then save it in Content area.
Adding a workflow type https://our.umbraco.com/documentation/Add-ons/UmbracoForms/Developer/Extending/Adding-a-Workflowtype
Adding a workflow https://our.umbraco.com/documentation/Add-ons/umbracoforms/editor/attaching-workflows/
Regards,
Shaishav
Umbraco Forms is not an option unfortunately.
is working on a reply...