Page 1 of 1

Text Box On Form

Posted: Mon Jun 08, 2020 12:44 pm
by stlgreece
Is there a way to have the text box on a form display to the user what they are typing line by line instead of one continuous line of text? Thanks for your help.

Re: Text Box On Form

Posted: Mon Jun 08, 2020 1:09 pm
by Pablo
Do you mean a multi-line input box?
You can use a TextArea object for this.

Re: Text Box On Form

Posted: Tue Jun 09, 2020 11:29 am
by stlgreece
Got it, thanks.