Forum Discussion
PeteHybert
3 years agoCommunity Member
Email "Mailto" Links Don't Work in LMS
The title says it all -- the "mailto" links work fine when published but when loaded into the client's LMS they don't work. They suggested a couple of things
HTML update
- If you can change the HTML in your course SCORM packages to target the top frame, the mailto: links will work:
- instead of this: <a href="mailto:support@company.com?subject=Test">Send Email</a>
do this:
<a target="_top" href="mailto:support@company.com?subject=Test">Send Email</a>
Or Switch to Form
- Instead of a mailto: reference, use an https:// reference to a web form to collect the information, then submit it from there.
They recommended the second option, switching to a form, as a "best practice."
Is either of these things feasible? Has anyone tried/resolved this issue before?
No RepliesBe the first to reply