Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

143
Views
is it possible to add form data in QR code?

i want to make Visiting card where user enter its values in a form like name , place , address and those values get converted into qr code and when someone scans it we see that visiting card appears in a dialog ,is it possible to generate a vcard using javascript. i am not finding an solution on internet

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

It's pretty easy to add vcard data because it's just text, and so you can just feed it into your QRCode generator. For the formatting, I've just copy and pasted from the vCard Wikipedia page.

var qrcode = new QRCode(
  "qr",
  [
    "BEGIN:VCARD",
    "VERSION:2.1",
    "N:Doe;John;;Dr;",
    "FN:Dr. John Doe",
    "EMAIL:johndoe@hotmail.com",
    "TEL;TYPE=cell:(123) 555-5832",
    "END:VCARD"
  ].join("\r\n")
);
<script src="https://cdn.rawgit.com/davidshimjs/qrcodejs/gh-pages/qrcode.min.js"></script>
<div id="qr"></div>

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!