Hai bubble developers,
Thanks in advance.
I recently installed the “QR Code Generator to SVG” plugin to generate QR codes. However, this plugin does not generate unique QR codes when I provide a link as the content. I have a webpage set up to display shipping details when the QR code is scanned, but it currently only shows the details of the most recently submitted form.
How can I set up a system to ensure that unique QR codes are generated, stored in a database, and linked to specific shipping details? When I search for an order ID, the system should retrieve and display the corresponding shipping details for that order ID from the database. Additionally, I should be able to batch-print all the unique QR codes generated.
I want to ensure that each QR code is uniquely linked to a specific order ID and displays the correct shipping details when scanned. The system should not default to showing the details of the last submitted form.
If there is a better free QR code generator plugin or tool that supports this functionality, please recommend it along with a detailed workflow. My goal is to generate unique QR codes, store them in a database, batch print all unique QR codes, and ensure that scanning any QR code retrieves the specific details submitted through the form.
This is the screenshot which shows how i access the shipping details to show when i scan the qr code. Please specify if i need to make any edit on this.
I included all the fields in the submit button , does i need to include qr code as image for saving same to the database.