Hello there newbie here, I am currently creating a mobile application and I need a sort of a message box thing. How do I implement that? Does the chat message apply to that?
Hi Justin,
Chat message block is just a styled text box with couple of parameters to display (status, time). If you need a chat functionality -try ShoutSystems on Forge https://www.outsystems.com/forge/component/1407/shoutsystems/.
If you just need a input box like in a contact us forms then you need a textarea or input widget and a button. Try to watch videos on learn section https://www.outsystems.com/learn/ there are lots of examples.