5 / 5
Oct 2007

I want to create a product that a user can enter up to 72 characters. I want to give them 3 rows of 24 char each.



Any suggestions, typical html boxes do not work.



Billy Menasco

  • created

    Oct '07
  • last reply

    Oct '07
  • 4

    replies

  • 1.0k

    views

  • 3

    users

  • 1

    link

I was already using the variants but need a box with 3 rows and 25 columns.



After posting I did some research and found the html tag "textarea". With a little modification to the e-junkie generated code I came up with a solution.



Now I need to find how to limit the text to 72 characters.



Billy Menasco