OPA Custom Email Template - HTML Content not generating
Hi ,
We are trying to customize Email notification template. However the HTML content is not rendering correctly.
We have a form object which is actually a HTML content. However the HTML tags are coming in the email instead of the actual HTML content as well .
Email template :
{{#payload}}{{#submitFormDataObject}}{{#aprocessmsg}}{{MsgBody}}{{/aprocessmsg}}{{/submitFormDataObject}}{{/payload}}. Here the variable
MsgBody is actually HTML content. However in Email instead of rendering the actual HTML content its just rendering the HTML tags.