-
Notifications
You must be signed in to change notification settings - Fork 221
Form Runner ~ Integration ~ URLs
Erik Bruchez edited this page Sep 18, 2015
·
3 revisions
Form Runner and Form builder use friendly URLs.
The following URL patterns are followed:
- Summary page for a given form definition:
/fr/[APPLICATION_NAME]/[FORM_NAME]/summary
- New empty form data:
/fr/[APPLICATION_NAME]/[FORM_NAME]/new
- Edit existing form data:
/fr/[APPLICATION_NAME]/[FORM_NAME]/edit/[DOCUMENT_ID]
- Read-only HTML view:
/fr/[APPLICATION_NAME]/[FORM_NAME]/view/[DOCUMENT_ID]
- Read-only PDF view:
/fr/[APPLICATION_NAME]/[FORM_NAME]/pdf/[DOCUMENT_ID]
- Read-only TIFF view: [SINCE Orbeon Forms 4.11]
/fr/[APPLICATION_NAME]/[FORM_NAME]/tiff/[DOCUMENT_ID]
See also Form Builder Integration.
NOTE: All paths above are relative to the deployment context, e.g the actual URLs start with http://localhost:8080/orbeon/fr/...