AHaning
1 month agoQrew Member
QR Codes
Trying to get a qr code to print on a 4x6 label and I am using Exact Forms Plus and I have the following formula in my purchase order table under QR Code: "<img src=\"https://quickchart.io/qr?&size...
- 1 month ago
Hello @AHaning I would suggest you create a formula richtext field and have the formula inside there. Then in the Exact Form Plus where you're embedding this just use the field id on the xxx field below([xxx])
~=barcode(f[XXX], qrcode, 200x200)~
I have done this before and I was able to manipulate the height and width. Initially what you were trying to do it was being rendered as a string. Let me know how it goes.