Use Case: Creating a QR Code from the Registration Page

A user filling out an event registration form is to be shown a QR code containing their registration information.

Application Flow

  • Element: The Label section of the Button element should contain ‘Generate QR code’.
  • Trigger: OnClick
  • Action: Export → Generate QR Code

Parameter Assignments

  • Value: The link representing the user's personal registration page

When the user clicks the button, the QR code for their registration link is automatically displayed via the QR Renderer element.