How to create a QR code that will take the user to the web 3.0 registration page with Full Name and Account Name passed in

In web 3.0+, we have added the ability to pass in parameters to Register.aspx. To create a QR Code that will send the user to the registration page with the Full Name and Account Number passed in follow the steps below.

 

Create New Group for Register QR Code
qr1.png

                       

Click on Begin and add New Variable URLACCOUNT
qr2.png

 

Create new Variable for URLNAME
qr3.png

 

Create New Variable for QRCODEVAR
qr4.png

 

Create Function command for Assignment to URLACCOUNT.  Function URLEncode of Acct_ID field or whatever field contains the Account Number. 
qr5.png

 

Create Function command for assignment to URLNAME.  Function URLEncode of Acct_Name or whatever field contains the Account Name.
qr6.png

 

Create Function command for Assignment to QRCODEVAR.  Function +. 

Fixed URL (example “demoweb19.uluro.com/register.aspx?FN=”

Var URLNAME (this contains the Name in URL Encoded format)

Fixed &AN= (this leads to the Acct)

Var URLACCOUNT (This contains the Account Number in URL Encoded format)
qr7.png

 

Add Barcode Command for QR Code

Variable for the Parameter Type.  Variable is QRCodeVar.  Barcode Type is QRCode.

Set the position and Size as desired.  Set the Background color and Barcode Color.

 qr8.png

 

If you want to see the Value in Human Readable.  Add variable map command.

 qr9.png

 

This will look like

 qr10.png

 

With the Output will look like.

 qr11.png

 

0 Comments

Article is closed for comments.
Powered by Zendesk