How to create qr code after filling any form with all the field details in it
A abhishekattri New member XNullUser Joined May 6, 2024 Messages 13 Reaction score 0 Points 1 Location Chandigarh NullCash 10 May 6, 2024 #1 How to create qr code after filling any form with all the field details in it
G gambozo New member XNullUser Joined May 6, 2024 Messages 1 Reaction score 0 Points 1 Location Brazil NullCash 7 May 6, 2024 #2 I think the best way is build a javascript script with "onchange" that get all form content and make the qr code. A useful library: https://davidshimjs.github.io/qrcodejs/ There's an good example on page with basic usage.
I think the best way is build a javascript script with "onchange" that get all form content and make the qr code. A useful library: https://davidshimjs.github.io/qrcodejs/ There's an good example on page with basic usage.