Forum Discussion
Embed/Trigger post MS Form completion
So glad to hear my colleague Joe was able to assist you, Sunita!
Have a great day and happy developing! ☀️
- KarenCote3 months agoCommunity Member
I have exactly the same question, but when I click on the link provided by Jose, it seems the post no longer exists, or at least I can't access it?
- edeocampo3 months agoStaff
Hey KarenCote,
Sorry to hear you're having trouble accessing the link Joe shared!
Some existing threads were not carried over when we moved this community to the new platform we are currently using. No worries! Joe was referring to a post from another community, sharing a JavaScript snippet.
I've included it here, for your reference:
"Here is the example as long as you can add code to the webobject:
https://elearnigujse.s3.amazonaws.com/gameEnded/story.html
Code (thanks to @Michael Anderson for the idea)
This function can be attached to the end event in the game.
function letKnow() {
var Player = parent.GetPlayer();
Player.SetVar("nextSlideCheck",true);
}Then in Storyline in the same slide you just use trigger when variable change (nextSlideCheck) jump do next slide."
Please let me know if you need anything else!
- KarenCote3 months agoCommunity Member
I guess it is a different situation, because my web object is a Microsoft Form. I was hoping that when the user clicked the Submit button in the form, it would automatically then jump to the next slide in Storyline.
Related Content
- 3 months ago
- 2 years ago