With the QR scanning implemented in this release, the system enables users to automatically fill in the available information into specific Text fields. This enhances user experience by reducing the need for manual data entry, minimizing errors, and speeding up processes.
QR code scan is commonly used in various scenarios, such as login, any form that requires data input, and so on.
A General Overview on How the QR Code Typically Works in the Application:
1. Configuring QR Codes for the Form Input(Text) Fields within a Module:
Define the Text Fields in a Form within a custom module
Turn on the QR scanner for the defined fields
2. Scanning QR Code:
The application employs a package to open the camera and capture the results of the QR code
3. Decoding QR Codes:
The application decodes the information embedded in the QR code
4. Auto-fill Text Fields:
The decoded information gets inserted into the first and subsequent Text fields automatically. The cursor moves to the specific input field(text) automatically and fills in the relevant information.
In-order to enable the QR scanner for Auto-filling the form fields during data entry, you must first define the Text fields in Form Designer and enable the QR scanner for those fields.
When creating a new form for submission at the project-level, users can see a QR scan icon next to the Text field. By clicking on the QR scan icon, the application decodes the information thats embedded in the QR code and automatically inserts it into the text field. The cursor then moves to the next input field (text) and fills in the relevant information without any manual input required from the user.