Skip to content
tomolimo edited this page Dec 17, 2019 · 2 revisions

A Form is defined by:

  1. A freely defined name. Set automatically at creation, but can be changed later.
  2. Its activity or inactivity
  3. 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.
  4. Its 'CSS selector': set automatically at creation, is used to define uniquely the form.
  5. Its validation formula: is evaluated at form submission, see Formulas
  6. Some free comments
  7. A set of fields that will be validated at form submission, see Fields

Clone this wiki locally