Thanks in advance.
Which is the free plugin in Bubble that allows creating distinct QR codes based on the shipping details submitted through a form? The QR code generated should be stored in the database corresponding to each record created upon form submission.
I tried using the “QR Code Generator to SVG” plugin, but I found that it allows generating a QR code based on a link I uploaded in the content part. However, the link updates dynamically with the latest form data as i give in the input form, causing the QR code to display only the most recent record instead of distinct QR codes for each submission.
What steps do I need to follow to ensure a unique QR code is generated and stored for each data record submitted via the form?
For generating unique QR codes, you might want to use the “QRCode Generator” plugin instead. It allows you to create QR codes based on text input, not just links. After form submission, you can generate the QR code from the shipping details and save it directly to your database. Just make sure to trigger the QR code generation after the form is submitted.
Thanks for your valuable response.
Are you talking about the “QR Code Generator to SVG” plugin. Can you please specify the workflow. How will be the content of qr code as a link will change respect to record of shipping details we given.
When we search with an order id the corresponding qr code should be displayed not the last submitted shipping details qr code.
So if i need to declare an image field for showing the qr code in the submit button workflow along with other shipping detail fields. How i include all my shipping detail fields inside the content of qr code if it is not a link.