-
Notifications
You must be signed in to change notification settings - Fork 1
Forms
tomolimo edited this page Dec 17, 2019
·
2 revisions
A Form is defined by:
- A freely defined name. Set automatically at creation, but can be changed later.
- Its activity or inactivity
- Its 'item creation' flag: which defines if this form validation will applied for item creation or not (you may have special form validation rules for item creation.
- Its 'CSS selector': set automatically at creation, is used to define uniquely the form.
- Its validation formula: is evaluated at form submission, see Formulas
- Some free comments
- A set of fields that will be validated at form submission, see Fields
