QR Code Generator Configuration Options

3 posts by 2 authors in: Forums > CMS Builder: Plugins & Add-ons
Last Post: June 17, 2013   (RSS)

By Mikey - March 31, 2013

I'm sure this question has been asked, but I can't seem to find it, nor can I find any details on Google about how I can alter the configuration of how the QR Code works.

So my question is... can I use the code below (without an email address) and still produce a QR Code so that all the other details produce a QR Code? As it works now, there must be an email address to produce a QR code, but I'd like to create an option for just address and contact details - even if no email address is present.

<?php echo qrCode(array( 'type' => 'contact', 'size'   => '160', 'firstName' => $diningRecord['firstname'], 'lastName' => $diningRecord['lastname'], 'address' => $diningRecord['address'], 'phone' => $diningRecord['phone'] )); ?>

If it is possible, can someone share some code, or light on how to make this work?

Thanks Zick

By gregThomas - June 17, 2013

Hi,

Our QR code generator is a plugin for CMS Builder (you can read more about it here: http://www.interactivetools.com/tour/ ). CMS Builder and its plugins are written in PHP, unfortunately we don't have any tools written in .NET. I found this post that on stackoverflow that has some suggestions for QR code generation is ASP.NET: 

http://stackoverflow.com/questions/3793799/qr-code-generation-in-asp-net-mvc

Thanks!

Greg

Greg Thomas







PHP Programmer - interactivetools.com