Answered
Hello everyone
I am looking for a script that will count the characters and/or words in a textfield. Like you see in html forms online. One field for typing that multiline field and one field for live counting of characters or words. Anyone got an example?
this.getField("Text1").value.split(" ").length
For character count just look at the length property:
this.getField("Text1").value.length
- AcrobatUsers Community Expert - Contact me personally at try6767 [at] gmail [dot] com
Check out my custom-made scripts website: http://try67.blogspot.com