-
Notifications
You must be signed in to change notification settings - Fork 221
Orbeon Forms Use Cases ~ See your Own Data
Erik Bruchez edited this page May 8, 2015
·
6 revisions
In this use case:
- Users are logged in (no anonymous data entry).
- Any logged in user can create and save data.
- Users cannot see other users' data.
- Users can come back to see their own data and modify it.
- Users can submit and email their form data.
There are many ways to do that. One of the easiest ways, if you don't already have infrastructure for that, is to use Tomcat and its tomcat-users.xml
file. See also Access Control Setup.
See Owner Group. Setup permissions this way:
-
Anyone
hasCreate
permissions -
Owner
canRead
,Update
, and possiblyDelete
data
See Buttons on the detail page to control which buttons appear on the page. You might want to add the send
or submit
button, in particular.
Orbeon Forms is quite flexible when it comes to configuring form submission. See Buttons-and-Processes.
For example, you can:
- send data to an external service with the
send
action - email form data with the
email
action - and much more