I'm building a chat for the ACP of a website I'm making, but I've run into a problem. Textareaa are useless to me because line breaks only show in the chat source, but not the actual chat, and I want the submit to be done using the enter key, not a submit button. The problem I have with input areas is that form data saves, so when you've posted 20 times in the chat, it gets annoying for all of your responses to drop down. Is there any way in Javascript to disable save form data, or possibly just work around it in a way that doesn't save it?