Hyperlinks
In your answer you can embed links. You have some degree of control over what happens once that link is clicked.
Links that send text back to Teneo as a user input
Answer Text in Output Node
<a href="#" class="sendInput">This will be sent to Teneo</a><a href="#" class="sendInput" data-input="This will be sent to Teneo">This is just the anchor text</a>Links that open an link in an iframe when in Demo mode
Answer Text in Output Node
<a href="https://somewebsite.com" class="openInIframe">This will open the page https://somewebsite.com in an iframe once clicked.</a>Last updated