Forum Discussion
Stephanie
12 years agoSuper Hero
User notes that they can print and email
Hi all. I built a course earlier this year that contains a "notes" function to allow users to take a moment to reflect and type their thoughts on certain questions. This is used in place of a typica...
onEnterFrame
9 years agoCommunity Member
A few thoughts on this...
- Although the spec for hyperlinks (including mailto) does not define a maximum length, most browsers (and email clients) do. I am not certain what the current maximums are.. but IE's is 2083 characters. You are likely hitting a limit.
- Have you tried it in a browser with the Developer Console open? It should list the details of an errors in the console.
- Could there be issues with the values of that set of variables (fbk89-93)? Perhaps more invalid characters etc.
For something this complicated I might suggest you display the data in a new HTML page with options to print/save as pdf. Then they can email the PDF.
Related Content
- 9 months ago
- 7 months ago
- 8 months ago
- 9 months ago
- 12 months ago