
Jason
Staff
/ Moderator

Sep 22, 2011, 12:10 PM
Post #2 of 3
(225 views)
Shortcut
|
|
Re: [nmsinc] QR Code Generator using URL Address
[In reply to]
|
Can't Post
|
|
Hi, The issue could be that the _link pseudo field doesn't return an entire web address. You can hard code in your web address like this:
<?php echo qrCode(array( 'type' => 'url', 'url' => "http://www.myWebSite.com/".$claims_submissionRecord['_link'], )); ?> Hope this helps --------------------------------------------------- Jason Sauchuk - Programmer interactivetools.com Hire me! Save time by getting our experts to help with your project. http://www.interactivetools.com/consulting/
|