Hi, I am adding an additional field with a display type of textarea and I'd like to restrict the users to enter no more than 250 characters for example. Has anyone done it? Please help. many thanks,
if not mistaken, with textarea you need to use javascript to restrict it since there is no built in method. google it and you should find some samples.