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...
AyseSahin-3327f
3 years agoCommunity Member
Hello,
Here is the solution (in attachment the story file)
Please remember you have to publish in the scorm format to see the results.
If you just preview the module, you won't be able to execute the Javascript.
Here are 3 variables :
useremail
TextEntry1
TextEntry2
"The GetVAR command then takes those variables from the project and redefines them as variables in the Javascript."