So I am using a contour form to add and publish new document node, the problem is I have a tag field that the user must populate, and I want this field to share the tags that the user of the backend of umbraco use (which is the default tags group).
so my question is how can add this tag field to my contour form?
Tags in Contour
So I am using a contour form to add and publish new document node, the problem is I have a tag field that the user must populate, and I want this field to share the tags that the user of the backend of umbraco use (which is the default tags group).
so my question is how can add this tag field to my contour form?
Thanks
Comment author was deleted
Hi,
Well in that case you'll have to create a custom fieldtype (tags) and you'll also need to customize the create umbraco document workflow type.
To get started you could take a look at the tags datatype in the umbraco sourcecode
Regards,
Tim
is working on a reply...