asked on February 13, 2018
I am working on a form that eventually populates a fillable PDF. I have some comment boxes set as multi-line fields, but I need to ensure that whatever comments are written on the form will fit within the space allocated in the PDF. I was going to just use maximum chars, but then realized that if a user puts carriage returns in the form it could cause those comments to exceed to space of the PDF and get cut off. Is there a way to limit a multiline field by both max chars and max lines?
Thanks in advance!
0
0