Currently, the site has the following css class that is intended to be used for note (longer texts) entries in a form.
.scrollabletextbox { height:100px
I would switch the control from an input to a textarea, which will perform the functionality you request by default.
input
textarea
JSFIDDLE: http://jsfiddle.net/rJy94/