Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

Function

Pattern

Validation that data can only be entered in the specified pattern (e.g. postal codes). Pattern needs to be configured in a regex format. An example: ^[0-9]{5}$ means that you can enter only numbers [0-9] and there needs to be exactly 5 of them {5}, the ^ and $ ensure that nothing more is allowed.

Suffix

Adds the specified suffix to the question (eg. kg, ha, etc.)

Minimum Value

Minimum value of the answer

Maximum Value

Maximum value of the answer

Unique

The given value must be unique across all the submissions in the data collection

Format

Enables/Disables format settings

...