Versions Compared

Key

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

...

flagname

behaviour

notes

/f qrcode(<size>)

Outputs the value of the Token as a QR Code.

Size must be an integer value which will be the width and height of the QR Code in Pixels. For example: {{ FIELD_NAME \f qrcode(200) }}

/f commaseperated

Specific to multi-value fields (i.e. postal addresses).

Will cause the multi-value field to be output with it's values separated by commas (default behaviour is each value on a new line) For example: {{ FIELD_NAME \f commaeperated commaseperated }}

/f commaspaceseperated

Specific to multi-value fields (i.e. postal addresses).

Will cause the multi-value field to be output with it's values separated by commas and spaces (default behaviour is each value on a new line) For example: {{ FIELD_NAME \f commaspaceseperated }}

...