Storyline to Coldfusion to Email

May 16, 2014

Hi,

I could use a little help here. 

Im trying to send text out of Storyline to be parsed by a coldfusion page which will handle mailing functionality. But I have a problem.

I have tested my coldfusion page and it detects variables transmitted over the url and it handles the mail no problem.

However I can't test that my storyline variables are being sent (could be my javascript code). Can anyone help please.

var player = GetPlayer();

var email = player.GetVar(“mailto”)

var subject = player.GetVar(“subject”)

window.location.href="http://www.york.ac.uk/admin/hr/careers/test/email/email_action.cfm?mailto="+mailto+"&subject="+subject+";

Be the first to reply

This discussion is closed. You can start a new discussion or contact Articulate Support.