Form submission - getting plain data to wrap for box to increase to accommodate amount of type

Can you get a form submission box, that is just set to text type “plain”. to expand as the user puts in information?

Right now, it just keeps going and going on the box, but doesn’t wrap. I would like it to be able to expand as the amount of text increases and the text wrap.
Thanks!


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

Is there a reason you are not using a textarea element? It wraps text automatically and is resizable by the client. It is the control most people expect to see when adding more than a short amount of text to a form.

I would add that one of our jobs as designers is to not confuse the user (Don’t make me think).

Thanks webdev for the advice. Just a simple text box inside the input text box is what you mean?

The Text Area element is what I am referring to.
CloudApp