Display test field in web

Hi All,

I have a test field & would like display similar to richtext field in web page with rows=5 & cols=50 formatt, I am not sure where in field properties html I need define rows & cols.

Any suggestions would be appreciated. Thanks in advance.

Subject: Display test field in web

Make the field multivalue; set the “separate values when user enters” to New Line and Blank Line, and “display separate values using” to New Line. That makes the field a texarea in the browser, and lets you use the rows and cols in the HTML attributes.

Subject: Display test field in web - It works Thanks