Skip to main content
Participant
July 6, 2023
Answered

Personalized symbol field in fillable PDF

  • July 6, 2023
  • 1 reply
  • 1026 views

Is it possible to create a personalized "checkbox" field in fillable pdfs in Acrobat? The file needs to work well in all PDF readers, but it is a digital product for a game (TTRPG), and I am having trouble with implementing 2 personalized fields:

1. A check box that is a "death check" on the game is represented as a vector illustration in the PDF file. This vector is meant to change color when checked, but I can't find a way for it to consistently do so. I implemented this by creating the initial file via the Indesign fillable pdf feature, but after making final adjustments at Acrobat, this checkbox reaction became inconsistent.

2. One feature of the game has many levels of expertise, and I would like to make a fillable field that could have four modes: Empty, a full dot, a dot inside a circle, and half a dot. It is a signal that is known to players and it would be great to use it somehow for the digital fillable PDF.

This topic has been closed for replies.
Correct answer try67

You can use a button for that. A simple script can cause it to change its caption each time you click it. Try searching the forum for "tri-state button".

However, this will not work in all PDF viewers. Only in those with a decent support for form fields and scripts.

1 reply

try67
Community Expert
try67Community ExpertCorrect answer
Community Expert
July 6, 2023

You can use a button for that. A simple script can cause it to change its caption each time you click it. Try searching the forum for "tri-state button".

However, this will not work in all PDF viewers. Only in those with a decent support for form fields and scripts.

caliel_mlAuthor
Participant
July 6, 2023

Thank you for the help!

I didn't expect the button function to work in those cases. I will try it out and probably generate a simpler version of the pdf for less compatible PDF readers.

Thom Parker
Community Expert
Community Expert
July 6, 2023

Look at the toggle button example here:

https://www.pdfscripting.com/public/Free-Sample-PDF-Files-with-scripts.cfm

 

The sample is also a good way to test the compatibility with other PDF viewers. 

 

 

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