Forum Discussion
AdamKeever1
Qrew Commander
Check out the ABC QRCode Example app on the exchange. It uses Google API to send SMS.
Here is the code in the formula rich text field that accomplishes the SMS:
"<img src=\"http://chart.apis.google.com/chart?chs=200x200&cht=qr&chl=SMSTO%3A"; & [Mobile] & "%3A" & [SMS Message] & "\" alt=\"Send text message to the contact\" title=\"Send text message to the contact\"/>"
// This code was originally generated at https://www.the-qrcode-generator.com/
// The above link contains URL encoded characters.
// Legend:
// %3B ;
// %3D =
// %3A :
// %0A space
Here is the code in the formula rich text field that accomplishes the SMS:
"<img src=\"http://chart.apis.google.com/chart?chs=200x200&cht=qr&chl=SMSTO%3A"; & [Mobile] & "%3A" & [SMS Message] & "\" alt=\"Send text message to the contact\" title=\"Send text message to the contact\"/>"
// This code was originally generated at https://www.the-qrcode-generator.com/
// The above link contains URL encoded characters.
// Legend:
// %3B ;
// %3D =
// %3A :
// %0A space
BarryDolan
3 years agoQrew Cadet
Hello Adam,
I'm just wondering if there is an updated method for this QR code. I tried the code and got a QR code but it says "no useable data found"
Thanks
------------------------------
Barry Dolan
------------------------------
I'm just wondering if there is an updated method for this QR code. I tried the code and got a QR code but it says "no useable data found"
Thanks
------------------------------
Barry Dolan
------------------------------