QR Code Generator

Generate QR Codes for event confirmation emails. Script installed from https://github.com/psyon/php-qrcode, copyright notice and license available at https://github.com/psyon/php-qrcode/blob/master/LICENSE.

Usage instructions

Include the parameter d and the url safe string of data to encode as the value.

Example 1

Target Data:
leadId=221542
Generated Image:

Example 2

Target Data:
{"leadId":221542,"eventId":2334,"name":"Jay Jiang","company":"JJ"}
Generated Image:

Refer to documentation found on the GitHub repo for additional options.