Forum Discussion
JillCasey
3 years agoCommunity Member
JavaScript to email and print a slide in Storyline 360
Hi, I am trying to email and print a slide in my storyline project and neither of them are working. Here is the code I am using.
Email:
var player = GetPlayer(); var email=player.GetVar("Text...
WaltHamilton
3 years agoSuper Hero
I think Sandeep was probably correct. In the third picture, where the red line is, there is a Carriage Return (Enter or Return was pressed). I don’t know if it was put there during original creation, or the copying process, or when, but it is the culprit. JS recognizes a Carriage Return as starting a new command.