November 3, 2019
Emailing from inside captivate 2019
Comments
(2)
November 3, 2019
Emailing from inside captivate 2019
Newbie 2 posts
Followers: 0 people
(2)

Hi Guys,

I need to send an email from inside captivate 2019 with my user variables in the email. This is what i tried but does not seem to work (I attached the code to a button):

var player = GetPlayer();
var course=”Storyline test course”
var email=player.GetVar(“my_email@abc.com”);
var subject=”Assessment Complete”;
var body_start=”I’ve just completed my assessment!”;
var mailto_link=’mailto:’+email+’?subject=’+subject+’&body=’+body_start;
win=window.open(mailto_link,’emailWin’);

Please help thanks in advance….

2 Comments
2020-10-02 16:57:45
2020-10-02 16:57:45

Hello, I have this same problem, could you tell me how you managed to solve it?

Like
(1)
2019-11-06 13:31:33
2019-11-06 13:31:33

Your question is marked as a blog, which means it is not a question at all? Weird.

Like
(2)
Add Comment