I am struggling to find anything that can tell me how to creat a form that has multiple steps that need to be completed by different people.
I want a contour form that will have 3 sections, for 3 different people that will form a report at the end. When person 1 completes their part and hits submit, it will email the next person to ask them to complete their section and so on. When all parts are complete is will save as an umbraco page.
Well maybe the RestContour project can be used. You'll setup the form in contour but then for each of the steps you'll have a simple html form that posts to restcontour ... (with step 2 and 3 including the record guid)
Multi-Step Form
Hello All,
I am struggling to find anything that can tell me how to creat a form that has multiple steps that need to be completed by different people.
I want a contour form that will have 3 sections, for 3 different people that will form a report at the end. When person 1 completes their part and hits submit, it will email the next person to ask them to complete their section and so on. When all parts are complete is will save as an umbraco page.
Any ideas how this can be done?
Thanks
Dan
Comment author was deleted
Well maybe the RestContour project can be used. You'll setup the form in contour but then for each of the steps you'll have a simple html form that posts to restcontour ... (with step 2 and 3 including the record guid)
http://our.umbraco.org/projects/website-utilities/cultiv-restcontour
is working on a reply...