...
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 }} |
/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 }} |
n.b. Formatting flags will ignore case and special characters at the beginning and at end. So all of the below are identical behaviour:
...