How Do I resize an input field on front end

Resize an input field on the front end to display more text.

Overview

The issue occurred because an `` element was used, which does not support rows and cols attributes for resizing.
Replace the `` element with a `