kenticonewbie
-
6/10/2009 10:14:21 AM
populating document types using a multi-screen approach (wizard)
I am working on my first Kentico site, and am trying to create a wizard to populate multiple document types.
For example: Screen 1 would capture data for DocumentType1 Screen 2 would capture data for DocumentType2 . . . Clicking Next on each screen will save the data and take the user to the next screen. (clicking back is available too)
We tried this using "Contribution List" and "Edit Contribution" webparts. It kind of worked, but the workflow/usability was complicated, rendering it almost useless. The reason why it was useless, was because the user experience was very unwizard-like (no back button, no "next" button, just a Save button that saves your data, not taking you to the next screen).
Therefore, we'd like to create a new webpart that would allow custom .Net code to create the wizard experience while populating the Document Types we have created.
Now on to the questions: Is it possible to populate a document type from a web part? Is it possible to use the Kentico-generated form user interface (that it uses in the Edit Contribution part) in my new web part which I can then use to populate the Document Type? Has anyone tried something like this before?
Thanks!
|