QR code generator [RESOLVED]

Hi,

You can use our GP QR Code Perk to create a VCard. For example, if you have a form with the Name, Email, Phone fields, you would add the gpqr short code below to the confirmation page or in the notification, and update the IDs to match what you have on the form. This would generate the Vcard to use.

[gpqr]BEGIN:VCARD
VERSION:4.0
FN:{Name A (First):1.3} {Name A (Last):1.6}
N:{Name A (Last):1.6};{Name A (First):1.3};;;
EMAIL;TYPE=work:{Email C:4}
TEL;TYPE=cell:(123) 555-5832
END:VCARD[/gpqr]

Best,