Hi,First of all the limit to character number is not enough for my case.
I would like to make sure that the user won't be able to enter more than
3 lines of text. In addition the field can be either filled in directly
or using two other fields + button (as you can see below).I managed to
limit the amount of text that user can enter into the field by using the
following two lines of codes:Initialize:this.maxH = "18mm"; //3
linesFull:xfa.event.change = "";and checking those two checkboxes in the
"...