qr generation
Hi, I am interested in getting customers to enter their contact details and then Appery to automatically generate a qr code ... all of this gets stored in the database. Is this possible and if so, how?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hi, I am interested in getting customers to enter their contact details and then Appery to automatically generate a qr code ... all of this gets stored in the database. Is this possible and if so, how?
Hi Dee,
Yes, you can do this using any library for QR code generating, for example: http://larsjung.de/qrcode/
So when a customer submits their form, will it create a qr code and keep this in the database for editing?
No, this library just generates a QR code. It's better not to store it in Database. You could store the data from what QR is generated instead.