Search results

  1. G

    How to create qr code after filling any form with all the field details in it

    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. ;)
Top