Forum Discussion
nehabharti
2 years agoCommunity Member
Storyline JavaScript trigger
I have a textbox which has some text content inside it and I need to print it in console so that I can use those text further
JoseTansengco
2 years agoStaff
Hello Neha Bharti,
Happy to help!
I'm not familiar with Javascript, but an alternative method that you can use that doesn't rely on Javascript is to simply store your text in variables and then call them whenever you need to. You can then check out this ELH posts which discusses how to send variable values to Javascript:
I'll let other members of the community chime in incase they have a more direct solution which uses Javascript!