Creating a registration slide and obtain the data

Oct 28, 2019

Hi there,

I'm using Storyline 3, I want to create a registration slide directly on SL3 (Name, email and country), but not going to use LMS as I'm not doing a course mainly online interactive presentation

When the user fill up all the information, and hit a button, I want SL3 to send me an email with a tabulated format in column (Name, email and country).

Anyone know how to do it?

Tim

7 Replies
irven Lim

Hi Matthew and Nicholas,

I have  tried to used cluelabs.com, but I can't get it to work.

I do a test on registering the name and output cluelabs.com

I'm not good in programming, I have tried the following

var player = GetPlayer();
var regname = player.GetVar("NewRegName");
CloudSet('name', regname);

CloudGet('name', regname);

and 

var player = GetPlayer();
var regname = player.GetVar("NewRegName");
CloudSet('name', regname);

var player = GetPlayer();
var regname = player.GetVar("NewRegName");
CloudGet('name', regname);

please help...thanks

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