Qr code generator

Hai bubble developers,

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?

Yes it’s possible, use a client side QR code generator when someone create one.

Use image
Name
Company (if it’s linked to one)
Foward link
Referrer
View count
Mobile?
Etc

Create a page /qr

On page load create a new qr tracking record with all info above

2nd action is go to external URL and value is the foward link

1 Like

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.

1 Like

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.

Thanks for your valuable response.
Are you talking about this plugin


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.

This topic was automatically closed after 70 days. New replies are no longer allowed.