#SOLVED - See final post below in the Replies...

#SOLVED - See final post below in the Replies

Any suggestions on the challenge below? I am sending a confirmation Email to a Visitor through Workflow and I include a URL link that I have built with CONCATENATE to display a QRCode when clicked on the URL link. I however want to display the QRCode in the Email directly. Surely there must be some HTML Tag to add to my CONCATENATE statement to achieve this - let the URL resolve (as can be seen in this post in Goolge+) in the email by displaying the QRCode and not the URL Link?

CODE IN THE โ€œEMBED IN EMAIL BODYโ€ as follow:

Hi <<SELECT(Visitor[VisitorFullName], [VisitorID] = [_THISROW].[VisitorID])>>

Thank you for purchasing a

<<[PermitIndicator]>> Permit at <<[PermitCreatedBy]>> on <<[PermitDateCreated]>>

Present this QR Code below at the Start Office to validate your <<[PermitIndicator]>> Permit

<<CONCATENATE(โ€œhttp://chart.apis.google.com/chart?cht=qr&chs=150x150&chl=โ€ & โ€œTRAILPARKSNUMBER:โ€ & [VisitorID].[VisitorTPSANumber] & โ€œDATEOFPERMIT:โ€ & [PermitDate])>>

Hope you enjoyed the trails at <<[PermitCreatedBy]>>

Hope to see you soon

Regards Trail Parks SA

DISPLAY IN THE EMAIL is as follow:

Hi John Doe

Thank you for purchasing a Day Permit at Buffelsdrift on 11/2/2018

Present this QR Code below at the Start Office to validate your Day Permit

http://chart.apis.google.com/chart?cht=qr&chs=150x150&chl=TRAILPARKSNUMBER:197211127767603DATEOFPERM...

Hope you enjoyed the trails at Buffelsdrift

Hope to see you soon

Regards Trail Parks SA

0 14 402
14 REPLIES 14
Top Labels in this Space