I would like to create a form that shows my categories tree. Each
category will be placed next to a checkbox so when a member is logged in he can
add or remove categories from his account.
I would like to send an email to all those who are
related to the same category.
Is this something that can be achieve in
contour?
Can I create a dynamic form in contour?
Do I need to use the "Relation" option in Umbraco?
Create Dynamic Form
Hi there,
I would like to create a form that shows my categories tree. Each category will be placed next to a checkbox so when a member is logged in he can add or remove categories from his account.
I would like to send an email to all those who are related to the same category.
Is this something that can be achieve in contour?
Can I create a dynamic form in contour?
Do I need to use the "Relation" option in Umbraco?
Many thanks
mkariti
Comment author was deleted
Hey,
You'll need to look into a custom workflow type that will handle what you want.
On the contour project page you'll find the sourcecode for all standard workflow types so that should get you started.
Can you provide some details on what you mean with dynamic form...
Hi Tim,
Many thanks for your reply!
I actually just implemented it using the relation table via User control.
Cheers,
mkariti
Comment author was deleted
Perfect!
is working on a reply...