LSPS documentation logo
LSPS Documentation
Experimental Todo and Document Forms Documentation

A form defines the content that is displayed in the front-end application, the Application User Interface, when the user opens either a to-do or a document

It serves to obtain and process information, which is used by the application or model instances: The user opens a to-do or document, fills out the form, submits it, and the execution of the underlying entity, that is, user task or document model instance, continues.

This guide documents the Forms::forms implementation of forms.

Important: The forms implementation is considered experimental and its API might change in future releases. To create fully supported forms, design forms implemented by the ui module of the Standard Library: Make sure to check the differences between forms and ui beforehand.