Regarding the QR CODE contact card is it possible you could add few more fields. one for a second phone number and also one or two social media field. i have already checked if it would work if it is scanned and it will, i have tried on a IOS device and it inputs it into the field.
You could potentially do this yourself through the RAW tab by specifying the vCard information:
BEGIN:VCARD
VERSION:3.0
N:Lastname;Firstname
FN:Firstname Lastname
ORG:CompanyName
TITLE:JobTitle
ADR:;;123 Sesame St;SomeCity;CA;12345;USA
TEL;WORK;VOICE:1234567890
TEL;CELL:Mobile
TEL;FAX:
EMAIL;WORK;INTERNET:foo@email.com
URL:http://website.com
END:VCARD
Upon closer inspection it looks like LightBurn generates Mecard format contact information.
In that case something like this:
MECARD:N:last,first;ADR:1234 Main St;TEL:444-444-4444;TEL:555-555-5555;EMAIL:asdf@mail.com;NOTE:FYI;URL:www.address.com;;
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.