Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • EspaƱol
      • FranƧais
      • PortuguĆŖs
  • ę—„ęœ¬čŖžć‚³ćƒŸćƒ„ćƒ‹ćƒ†ć‚£
  • ķ•œźµ­ ģ»¤ė®¤ė‹ˆķ‹°
0

Help adding app alert for character limit

New Here ,
Apr 17, 2018 Apr 17, 2018

Good Afternoon,

I am working on making permit applications into fillable PDFs. My last hang up is our description dialog box. I have added a character limit to the box but would like  away to inform people they reached the character limit. Is there a way to create an app.alert for this or another type of notification?

Any input or help pointing me in the right direction would be greatly appreciated!

Thank you!

Paige

TOPICS
Acrobat SDK and JavaScript
491
Translate
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

Community Expert , Apr 17, 2018 Apr 17, 2018

Use this code as the field's custom Keystroke event:

if (event.fieldFull) app.alert("The field is full!");

Translate
Community Expert ,
Apr 17, 2018 Apr 17, 2018

Use this code as the field's custom Keystroke event:

if (event.fieldFull) app.alert("The field is full!");

Translate
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
New Here ,
Apr 17, 2018 Apr 17, 2018
LATEST

That worked! Thank you so much for once again being so helpful and making the answer so easy!

Translate
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