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

Personalized symbol field in fillable PDF

New Here ,
Jul 06, 2023 Jul 06, 2023

Copy link to clipboard

Copied

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.

TOPICS
Create PDFs , How to , PDF , PDF forms

Views

536

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
1 ACCEPTED SOLUTION
Community Expert ,
Jul 06, 2023 Jul 06, 2023

Copy link to clipboard

Copied

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.

View solution in original post

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 Expert ,
Jul 06, 2023 Jul 06, 2023

Copy link to clipboard

Copied

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.

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
New Here ,
Jul 06, 2023 Jul 06, 2023

Copy link to clipboard

Copied

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.

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 Expert ,
Jul 06, 2023 Jul 06, 2023

Copy link to clipboard

Copied

LATEST

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 PDFScripting
Use the Acrobat JavaScript Reference early and often

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