qr-code-styling icon indicating copy to clipboard operation
qr-code-styling copied to clipboard

How to generate using multiple data elements like form data

Open rammohangowd opened this issue 3 years ago • 2 comments

HI I would like to generate QR code with form data like..I will be having one form which contains Name, DOB, Gender, Phone etc and when I submit it should generate QRCode and when I scan it should display all fields and values. Is there any option or anyway to add multiple data elements.? Please Suggest me. Thank you!

rammohangowd avatar Nov 21 '21 04:11 rammohangowd

data is just the text written on qrcode.

You should maybe make your multiple form and concatenate all in the data field

chiptu avatar Nov 25 '21 23:11 chiptu

You can store your form data as JSON form. You can easily manipulate JSON data anywhere. Like: {"fullName":"Numan Naseer Nomi", "nickName":"Nomi", "company":"NOMi"}

NumanNaseerNomi avatar Apr 27 '22 06:04 NumanNaseerNomi