Page 1 of 1

Convert data to QRCODE and Share

Posted: 2019-11-22 14:16
by Marcelo Vitoria
Hello friends

In a screen with 5 fields, I need to finish saving the data entry, the content of these 5 fields be converted to a QRCODE, being a PNG or JPG image and then a button, this image will be shared by whatsapp by mobile .

Anyone have any idea how this could be done?

Thanks

Re: Convert data to QRCODE and Share

Posted: 2019-11-22 15:54
by pbottcher
Hi,

do you want to store the qr code after saving the record, or only display the qr code on the page?

Re: Convert data to QRCODE and Share

Posted: 2019-11-25 14:22
by Marcelo Vitoria
Hello pböttcher

I do not need to store the generated image in QR-COde, but I need to share this image by phone or tablet

tks!

Re: Convert data to QRCODE and Share

Posted: 2019-11-25 19:23
by pbottcher
Hi,

you may have a look at

https://github.com/jeromeetienne/jquery-qrcode

this is very easy to implement.

Re: Convert data to QRCODE and Share

Posted: 2019-11-26 22:52
by Marcelo Vitoria
Tks! I will try.