Is there anyway to make an input text box with more than one line. Such that if the user wanted to write something 500 words long they wouldnt be typing off the edge of their screen
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yes but you are asking for custom work. If you are familiar with HTML and forms, you know about text boxes and text areas. Text areas can be exactly what you describe and can have scroll bars horizontal and vertical. You can make these any size you want.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there anyway to make an input text box with more than one line. Such that if the user wanted to write something 500 words long they wouldnt be typing off the edge of their screen
Yes but you are asking for custom work. If you are familiar with HTML and forms, you know about text boxes and text areas. Text areas can be exactly what you describe and can have scroll bars horizontal and vertical. You can make these any size you want.
<textarea name="comments" cols="40" rows="10">