Textbox Question

Hi, I want to be able to allow the user ot be able to enter data into a textbox field, and be able to hit enter button and go to the next line. so if the text box was a Address field, they should be able to put in the the following:

Bill Ryan

123 barns Avenue

Scarsdale, New York 10037

How can I do this?

Thank you

Subject: RE: Textbox Question

Web app or Notes client?

Subject: RE: Textbox Question

In Notes Client, Just make sure that the field is not have “Native OS Style” Option selected on the first tab of the field property.

For Web application, you need to set the Cols and Rows HTML attributes for the field and select newline as Multi Value seperator from Third tab of field property…