You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Introduction

QR Code Generator Tool generates QR Code to be attached to email through process / post form processing.

This plugin source code is available in JogetOSS repository at https://github.com/jogetoss/qr-code-generator-tool.


QR Code Generator Tool Properties

Create a Form

  1. Create a new form and drag and drop the File Upload element.
  2. Set the Label and ID.

Figure 1: Form Builder


Configure Post Form Submission Processing

To start using the QR Code Generator Tool, in the Form Builder > Settings > Advanced, under the Post Form Submission Processing:

  1. Set its Post Processing Tool to QR Code Generator Tool
  2. Set Run Tool on both data creation and update.

Figure 2: Post Form Submission Processing Properties

Configure QR Code Generator Tool

1. Configure QR Code Generator Tool to the previous form and fill in the Field with the File Upload element's Field ID.

Figure 3: QR Code Generator Tool Properties

NameDescription
FormForm for the QR Code Generator Tool.
FieldField ID for the QR Code to be uploaded on.


2. In the QR Code Properties, select the Format and fill in the value.

Figure 4: QR Code Properties

NameDescription
Format

Options for Format.

  • URL
  • Text

URL

Only shown when URL is selected for Format.

Value

Only shown when Text is selected for Format.

HeightHeight of QR code.
WidthWidth of QR code.


Configure Tool

In the Process Builder, configure mapping of Start to the previous form and map the tool to the Email Tool and Configure Email.

More on how to configure email on Email Tool.

Figure 5: Process Builder


Process Flow

1. Fill in the form

Figure 6: Joget App with The QR Code Generator Tool Configured


2. An Email containing the QR code will be sent.

Figure 7: Email Receiving the QR Code

Download Demo App

APP_QRCodeGeneratorDemoApp-1-20230913155313.jwa

  • No labels