First I created a textbox
I then dragged it above the html code that I wrote and called it using %input:TX01_01%
<!-- Chat Window -->
<div id="container">
<div id="chat-window">
<div id="chat-header">
<img src="Group1.png" alt="Group">
<span>Group Chat</span>
</div>
<div id="messages"></div>
<div id="input-bar">
%input:TX01_01%
<button id="send-button" type="button">➤</button>
</div>
</div>
</div>
But an error appears:
There is no variable with the label TX01_01 in this project.
and the placeholder for the message from user only contains "%input:TX01_01%"
I am not sure where I am going wrong so any assistance would be much appreciated.