You are not logged in.
I have been getting reports of unclickable links for notification emails that are sent by hitAppoint. Is there a way to change the link code to HTML format?
If so, which file(s) do I need to edit?
Thanks
Susan
Offline
Hello Susan,
you can go to Configuration >> System Settings >> Email Notifications, then select the required template, then replace the tag with the link with some HTML code like:
was: {CONFIRMATION_LINK}
now: <A HREF="{CONFIRMATION_LINK}">{CONFIRMATION_LINK}</A>
Offline