<input type = "text" name = "test" size = 50>
This is a normal text field (50 columns wide and 1 row)
I want to make it 2 rows somehow. I don't want to use a <textarea> because when you hit enter it just goes to the next line in the textarea. I want it so when you hit enter it presses the submit button.