orbeon / orbeon-forms

Orbeon Forms is an open source web forms solution. It includes an XForms engine, the Form Builder web-based form editor, and the Form Runner runtime.
http://www.orbeon.com/
GNU Lesser General Public License v2.1
514 stars 220 forks source link

Form Builder support for a `view` mode #5056

Open ebruchez opened 2 years ago

ebruchez commented 2 years ago

Right now, if you go to /orbeon/builder/view/12345, Form Builder appears but some features are broken, in particular:

This involves:

We have a separate issue, #5983, for returning a 404 or redirecting to edit until this is implemented.

avernet commented 1 year ago

+1 from customer to display the form in Form Builder but make it read-only, e.g. all fields in dialogs are read-only, certain actions (like move, delete, cut, paste) are not available.

obruchez commented 4 months ago

When implemented, make it possible to show a form in read-only mode in Form Builder when a lease is not acquired (currently disabled).