Jump to content

Recommended Posts

Posted

I have a database where I am creating QR codes with URLs for our customers to place orders. I've been using a free service called qrserver.com and have been using this script around this (I can't recall where I found the script):

Set Variable [ $theURL; Value:"https://api.qrserver.com/v1/create-qr-code/?size=150x150&data="&qrgen::orderurl ]
#Make sure the field you are inserting into is on the layout that the script is running from.
#----MODIFY FIELDS----
Insert from URL [ qrgen::QR Code; $theURL ] [ Select; No dialog ]
#Turn this on for troubleshooting. If something is wrong, you will see some error information coming back from Google.
// Open URL [ $theURL ] [ No dialog ]

Unfortunately when I ran the script today it hung on the URL Data Transfer script saying "Transferring" (see screenshot). 

When I went to the qrserver.com website nothing came up, so they must have shut this down for whatever reason.

Does anybody else have any ideas how to generate QR codes for free? This is an important part of our system.

Thanks in advance.

 

 

Screenshot 2025-08-16 at 4.50.27 PM.png

Posted

There are many APIs providing QR codes to choose from.

Alternatively you could implement some Javascript code in a web viewer - though that could be a bit tricky if you're still on version 16.

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.