juancoffee Posted April 30, 2014 Report Share Posted April 30, 2014 Hello All I'm trying to integrate a QR code generator in my Caspio data page. It works easily enough when using a simple URL, but I don't know how to include Query strings. As an example, if I use https://chart.googleapis.com/chart?chs=150x150&cht=qr&chl=http://website.com then it works fine. If I try and include query strings at the end though, for example- https://chart.googleapis.com/chart?chs=150x150&cht=qr&chl=http://website.com&name=fred&email=fred@aol.com it doesn't work. I've tried encoding the URL, but that doesn't work either. Any help would be very gratefully received. Thanks Duncan Quote Link to comment Share on other sites More sharing options...
0 MayMusic Posted May 5, 2014 Report Share Posted May 5, 2014 Did you try to pass the very first parameter with "?" and the rest with "&"? Quote Link to comment Share on other sites More sharing options...
0 Andrii Posted June 15, 2018 Report Share Posted June 15, 2018 Try to use such link:https://chart.googleapis.com/chart?chs=150x150&cht=qr&chl=http://website.com?name=fred?email=fred@aol.com Quote Link to comment Share on other sites More sharing options...
0 GoCubbies Posted June 18, 2018 Report Share Posted June 18, 2018 Andrii,It seems that the encoding of the URL may be part of issue, as well as combine the advice from MayMusic. Is this the link you are trying to create: https://chart.googleapis.com/chart?chs=150x150&cht=qr&chl=http://website.com?name=fred&email=fred@aol.com Quote Link to comment Share on other sites More sharing options...
0 Franchiser Posted June 22, 2018 Report Share Posted June 22, 2018 @juancoffee This provide full url that you can use in caspio https://zxing.appspot.com/generator/ Quote Link to comment Share on other sites More sharing options...
0 Alejandro Posted November 1, 2020 Report Share Posted November 1, 2020 I want to include a QR Code on a report for each of its record containing some fields of the records. I saw the comments on this post, but I don´t fully understand, not a techinical guy myself. I know I can include an html block as a field and there an image (this QR code) with an URL which I suppose is the generating link. The result I want when I read the code is that it shows the name of the fields and the content, ie: Name: Alejandro Age:40 Position: Engineer. Just that. Which generating link can I use and how shoul I structure the link? Thanks for the assistance in advance!!! Quote Link to comment Share on other sites More sharing options...
0 astroboy Posted May 29, 2021 Report Share Posted May 29, 2021 Hi there, if you are also planning to integrate a QR Code Scanner in your application, I believe Caspio offers an App Extension for this and you may check that using this link: https://www.caspio.com/services/request-info/?e=QR Code Scanner You may also check the rest of the available App Extensions in this link: https://www.caspio.com/services/app-extensions/ Quote Link to comment Share on other sites More sharing options...
Question
juancoffee
Hello All
I'm trying to integrate a QR code generator in my Caspio data page.
It works easily enough when using a simple URL, but I don't know how to include Query strings.
As an example, if I use https://chart.googleapis.com/chart?chs=150x150&cht=qr&chl=http://website.com then it works fine.
If I try and include query strings at the end though, for example- https://chart.googleapis.com/chart?chs=150x150&cht=qr&chl=http://website.com&name=fred&email=fred@aol.com it doesn't work.
I've tried encoding the URL, but that doesn't work either.
Any help would be very gratefully received.
Thanks
Duncan
Link to comment
Share on other sites
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.