Skip to main content
creatingforms_pdf
Participating Frequently
May 2, 2019
Answered

Create (50) Character Limit Per Line on Multi-Line Field?

  • May 2, 2019
  • 1 reply
  • 2149 views

Hi Adobe friends,

In reference to Adobe Acrobat DC:

I have a free text field that allows for up to 6 lines, but I only want the field to allow users to enter a maximum of 50 characters on each line.

Is this possible through a custom script, and if so, how would I go about doing this?

Thank you for any and all assistance!

This topic has been closed for replies.
Correct answer maxwyss

This would need some logic in the Validate (maybe Keystroke) event in the field, calculating line breaks.

A quick and dirty workaround would be using a fixed width font, and set the field width accordingly.

1 reply

maxwyssCorrect answer
Legend
May 2, 2019

This would need some logic in the Validate (maybe Keystroke) event in the field, calculating line breaks.

A quick and dirty workaround would be using a fixed width font, and set the field width accordingly.

creatingforms_pdf
Participating Frequently
May 2, 2019

The workaround works! (Is that redundant?) Thank you!