Adding Course Title as query parameter for Jump to URL/file action

Jun 12, 2023

Hello everyone! Is there a way to add course title as query parameter when configuring Jump to URL/file action? I want this feature as our team adds Report Issue link and it would be great if we can have course title field automatically populated instead of asking our learners to manually input them.

I also tried JavaScript action but it's not working. It would be great if someone could shed me a light on this one as well...

var player = GetPlayer();
player.SetVar("CourseTitle",document.title);

window.open('https://theintakepagehere&title=${CourseTitle});


Many thanks in advance!

Be the first to reply