So, I have a textarea like this:
<textarea id="mensagem" name="mensagem" type="text" style="width:400px; font-size:16px; height:100px; border-color:lightgray;" placeholder="Um texto qualquer" required> </textarea>
My intention is as follows: I'll be able to type in the textarea, but only to complement the message that will already be there. Can you do that?