• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

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

Community Beginner ,
May 01, 2019 May 01, 2019

Copy link to clipboard

Copied

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!

TOPICS
PDF forms

Views

1.5K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Advocate , May 01, 2019 May 01, 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.

Votes

Translate

Translate
Advocate ,
May 01, 2019 May 01, 2019

Copy link to clipboard

Copied

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.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
May 02, 2019 May 02, 2019

Copy link to clipboard

Copied

LATEST

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines