
? Text Box: multi line; fixed length per line
I want to provide a text box for user to input an address in the form
Address line 1
Address line 2
Address line 3
However I need to limit the maximum number of characters per line (35)
and the maximum number of lines (5). Can this be done or is it more
sensible to provide 5 text boxes each with a maximum length of 35
characters.
Thanks
Jonathan.