> For the complete documentation index, see [llms.txt](https://docs.documentero.com/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.documentero.com/documentation/templates-excel/fields-qrcodes.md).

# Fields - QRCodes

#### Syntax

You need to add an ">" in front of your field name The final syntax should be: **{>fieldName}**

```
{website} - Regular Field that supports only regular text / number
{>website} - Special field that creates QRCodes
{#>people.website} - Special field in table/section "people" which creates QRCodes
```

### Adding a dynamic QRCode to document template

<figure><img src="/files/GVq9bENH26plBi1ZJFuY" alt="" width="306"><figcaption><p>Template</p></figcaption></figure>

<figure><img src="/files/tD7ezphE1H7U9Ch2yNAC" alt="" width="252"><figcaption><p>Output</p></figcaption></figure>

### QRCodes data limits

QR codes are limited to 1,000 characters and 50 lines. If you exceed either of these limits, the QR code will not appear in the output document.

### QRCode Size

By default, the size of the QR code is determined by the amount of data it contains (more data results in a larger QR code). You can manually set the width and height, or limit the maximum width or height to preserve the aspect ratio using the `"size"` and `"maxSize"` formatters. We recommend not changing the size of the QR code to ensure readability. If needed, use `"maxSize"` to constrain dimensions while maintaining quality.

Examples:

<pre><code>{>qrcode}
<strong>{>qrcode2 | maxSize:300:500}
</strong></code></pre>

**How to pass the QRCode data using API**

You can provide data for the QR code through the API. To include multiline text, use the newline character `"\n"`.

<figure><img src="/files/Fl9238eAMMDke84eSzq4" alt=""><figcaption></figcaption></figure>
