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

Can I make a PDF that allows people to easily add and remove tally marks to a form text field?

Community Beginner ,
Feb 06, 2020 Feb 06, 2020

Can I make a PDF that allows people to easily add and remove tally-marks to a form text field?

 

Bellow is what I have.... the user can type words or symbols in the highlighted box below each letter but I'd like to make it so any letter typed makes a tally mark. Or clicking in the box will add a tally-mark and clicking on it again will remove it.

tally.PNG

Each box can have up to 3 tally marks. (PS it doesn't have to be a tally mark it could be multiple check marks or something similar)

TOPICS
PDF forms
1.3K
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
Community Expert ,
Feb 06, 2020 Feb 06, 2020
LATEST

If by tally mark you mean a custom graphic, then it gets very complicated. 

The easiest approach is to use the "Line" markup annotation. The script will need to add this annoation as Read Only so the user can't move it around. 

You'll need good programming skills to pull this off. 
Here's an article on coordinates in PDF and how to place annotations.

https://www.pdfscripting.com/public/PDF-Page-Coordinates.cfm?sd=40

Thom Parker - Software Developer at PDFScripting
Use the Acrobat JavaScript Reference early and often

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