It is possible to create a QR Code?

It is possible to code my own QR Code and put into my product?

Hi,

There are no built in options within Javascript to generate QR codes, hence, developing this ability with Wix Code first requires adding an external library.

At the moment importing third party scripts into Wix Code is only possible by copying and pasting. Any prerequisite dependencies should be also added by copying and pasting.

1 Like

If you would like to try an animated QR code, try visiting www.acme.codes. Works best on desktop at this time.

1 Like

I use the site below and you can call it using fetch or just as a src in an image field.

That Url give you a qr code that holds our website address and size 500x500.

Try it, perfect for use within Wix Code.
http://goqr.me/api/

3 Likes

Hi Andreas, Do you have a sample code how to do it? I only know basic coding, but not really good at it.

2 Likes

Would you please send some sample codes Andreas. Thank you :slight_smile:

1 Like

Hi I am New for Coding could you please help me on the coding how to use fetch this API.
and use my text input field.

1 Like

Hi there,
How can I create a QR Code from the collection field?

Thanks
Jason

The code generation algorithm is the same for all services. Specify what you want to “sew” into a QR code: URL, text, phone number or SMS. Enter data. Generate a code of the desired size and color.

how can I generate a qr code from a element in the collection? example i want to print a QR Code of the first name and last name element in my collection