I have a form that has a text area. When the user presses enter, and the form is submitted, the carriage return is messing up our back-end data. I could scrape the invalid values out of the incoming data, however, I'd like to see if there is a way to either:
1. prevent the enter key from being pressed in the textarea
2. create a textfield that allows word wrapping
3. scrape the invalid values (enter key) out of the value being passed to the backend program