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

A Field is defined by:

  1. A freely defined name. Is automatically set at creation, but can be edited.
  2. Its activity or inactivity: Yes means that this field will be validated at form submission
  3. Its 'Value CSS selector': CSS selector to get its value: is automatically set at creation, but can be edited.
  4. Its 'Alternative value CSS selector': CSS selector to define which HTML element that will be used to get a value for field if the 'Value CSS selector' doesn't get a valid HTML element. See Alternative value CSS Selector.
  5. Its 'Error sign CSS selector': CSS selector to define an HTML element that will be used to show an error if the field is not validated at form submission. Is automatically set at creation, but can be edited.
  6. A flag to 'Force mandatory sign': to define if 'Mandatory sign' is shown or not when form is displayed. Is automatically set at creation, but can be edited.
  7. Its 'Mandatory sign formula': a formula (see: Mandatory Formulas) to define visibility of 'Mandatory sign'. If formula evaluates to true then the 'Mandatory sign' is shown, otherwise if formula evaluates to false the sign is hidden. If 'Force mandatory sign' flag is set to 'Yes' then the formula is not evaluated.
  8. Its 'Mandatory sign CSS selector': CSS selector to define which HTML element will show the Mandatory sign. Is automatically set at creation, but can be edited.
  9. Its validation formula, see Formulas
  10. Some free comments

Clone this wiki locally