Issue
-
I would like to replace a link, like
[$PASSWORD_RESET_URL$], in an email template with hyperlink text, like ‘Click Here’.
Environment
-
Quarterly Releases
Resolution
-
You can configure a hyperlink through the HTML editing option.
-
Navigate to Instance Settings > Email > Email Template (in this example we’ll use the Password Reset Notification template).
-
Click on the <>Source button.
-
Replace
[$PASSWORD_RESET_URL$]with<a href="[$PASSWORD_RESET_URL$]">Click Here</a>(your hyperlink text can replace ‘Click Here’). -
Save.
-
Additional Information
-
This third party HTML Element Reference may be handy for quick review.