QR Code Field

QR Code Field

The QR Code field is an advanced field type that allows you to generate a QR code image within the mobile app and is offline capable.

A QR Code (quick response code) is a type of two-dimensional barcode often containing embedded data for a locator, identifier, or link that points to a website or application.


Add a QR Code Field

When designing a Data Entry Form under Advanced Fields, drag ‘n drop or left-click to add a QR Code field to the design.

Once added, select the field in the design preview to edit its properties on the right, such as the Dynamic QR Value that drives the QR image displayed, dynamically or statically.


Configure a QR Code Field

Dynamically

By referencing the data name of another field in your form’s design, you can dynamically drive the QR Code’s value based on user-captured data.

Statically

Websites or links can also be added directly into the field’s Dynamic QR value property to drive the QR image.

The value you pass into the QR Code field’s “Dynamic QR Value” property is the value that will be returned when the QR code is scanned. You can pass any value to the Dynamic QR Value: a URL, a web address, a string of text, a GUID, numbers, a reference code, etc. You can then search a data source with the value returned from a QR code scan by following the instructions here.


Unique Properties

PropertyDescription
Dynamic QR ValueSpecify a static value or a formula that defines the value in the QR Code.
This value supports up to 1272 characters.
QR Foreground ColorSelect the foreground color of your QR Code once it is generated in the app.
QR Background ColorSelect the background color of your QR Code once it is generated in the app.

Ensure the Foreground and Background contrast will be compatible with mobile phone cameras and scanners.

Please note that the value of a QR Code field is an image, and its size can be explicitly controlled via custom output template syntax, Image Sizing.

    • Related Articles

    • Barcode Field

      The Barcode Field gives you the ability to quickly and easily scan common barcodes and QR codes into a Data Entry form. The field provides the user with a “Scan” button that launches either the device’s camera (phone or tablet) or an external barcode ...
    • Repeatedly Scanning Barcodes / QR Codes

      Depending on your scenario, you may want to create a list of barcodes that are scanned by the user through a Form. One way you can do this is to have a very simple Form design that contains just a single barcode field along with a Data Source field. ...
    • Contactless Signature Field

      Our Signature field allows the capturing of signatures in the following ways: Shared Device Signature Capture: Users can share a device, which can be handed to the person required to capture the signature. Contactless Signature Capture: Using the ...
    • Generating a Unique Number/Code

      We offer several options for generating a unique number or code on a form output. This is often needed for scenarios like order numbers, invoice codes, document IDs, etc. One method is to use the Auto-Number field, which you can read more about in ...
    • Generating a Unique Number or Code

      Often you will need to generate a unique number or code as part of a particular Form screen’s data output. This is common in cases like order numbers, invoice codes, document ids and many other scenarios. You can achieve this by using a formula to ...