AEM Forms Submission HTML tags in Email template
- November 6, 2023
- 2 replies
- 1261 views
Hello Community,
Adding HTML tags to Email template box on Form Submission (submit action = Send email) returns the tags as text and doesn't render the styles in the email.
Example:
<div style="color: blue;">
Hello ${firstName} ${lastName}
</div>
How do we put HTML tags and render them appropriately in the email?