QR Code Generator using URL Address

I need to add a QR utilizing a web address to a detail page with the same URL as the detail page. This way if the page is printed for record keeping a user can use his/her SP scanner to quickly locate the record. I’m having problems coding the URL address.[/#000000]

[/#000000]

This is what I have so far and I know the Address URL code is incorrect – any ideas?[/#000000]

[/#000000]

<?php[/#000000]

echo qrCode(array([/#000000]

'type' => 'url',[/#000000]

'url' => '($claims_submissionRecord['_link'])'[/#000000]

));[/#000000]

?>[/#000000]
nmsinc

Re: [Jason] QR Code Generator using URL Address

Hi Jason,

That was the problem, now works great!

Thanks!
nmsinc