In add page, I want to show "commnet" field as Text area. But in database this field has Varchar 500. Hence, more than 500 characters cannot be saved. Hence, we need to restrict user to enter more than 500 characters in the Text Area field. How can this be achieved?
I know that it is possible if we select field type as Text Field in Editor. But, I prefer to do this as Text Area.
Please advice.