|
Hi
I am trying to create a simple Orbeon Form, (which is likely to grow and get complex), which will have the following basic features for now:
1) a drop down combo box called Book Genre. It will have a set of items populated with
"Fiction"
"Fairy tales"
"Nursery Rhymes"
"Non-fiction"
2)A drop down combo box again below the first one with label "School District". There are two items in
it say, 'Rochester School District' and 'Berlin School District'
3) A Third control - a single line text box whose label is 'Name of Student'
4) A combo box that has a listing of say 5 books. The User (the student) has to pick one
5) A Drop down combo box that reads ' Librarian's approval?'. This has 2 choices "Yes" or "No" which will be left untouched by the Student User.
Lastly there is a Submit button called "Submit Request to Librarian".
----------
Now pressing this button will send the XForm with all the information entered to another "User" - a librarian. This librarian User has a task associated with her "Review Request". The librarian has to say Yes or NO by choosing one of the options in the "Librarian's approval" combo box and the modified XForm will be sent to somebody else or the process will terminate.
What can be the approach to building such a XForm with regard to where to get the data from or how to get it from?
---
Thanks for any suggestions
3)
|