Forum Discussion
RickPitman
4 years agoCommunity Member
Need some help with JavaScript
I am creating a course that is a new hire "check-in" for a weekly update on progress. Essentially each week the learner will log in and complete a short status update on specific categories with th...
JoeFrancis
4 years agoCommunity Member
This discussion should help you get started.
Note how Walt Hamilton addressed carriage returns and line feeds by using URL-encoding.
%0D = Carriage return
%0A = Line feed
I recently put together something similar, and I started by breaking it into smaller, working chunks until I ran into something which "broke the code." Literally, I started with hard-coded Email address, Subject, and Body, and invoked the mailto: command from Storyline. Once that worked, then I began substituting variables for hard-code and adding more retrieved variable values.