Forum Discussion
GatikDev
30 days agoCommunity Member
Issue with Web Object Data in Storyline - Need Help Saving Input Values
Hi everyone, I'm working on a small storyline project that involves some complex calculation, which I've built using JavaScript and HTML. I've embedded these as web objects within Storyline. The...
MathNotermans-9
Community Member
An option is saving the variables of the WebObject into custom data-attributes of itself. If the attributes are empty its a first time visit, if not use the attributes values.
This link provided some explanation about them.
https://blog.pixelfreestudio.com/how-to-implement-html5-custom-data-attributes/
And on my LinkedIN you can find a post about using them in Storyline.
MathNotermans-9
29 days agoCommunity Member
https://www.dhiwise.com/post/improve-user-experience-with-html-data-attribute
Some great extra info on data-attributes.