Copy link to clipboard
Copied
I'm trying to create a pdf form where one field value is calculated by the other but I can't seem to figure out how to make it work. Can you please assist?
For example:
A person enters a number in Field 1 that is between 0 and 10
Field 2 populates a number based off of that input.
A person enters a number in Field 1 that is between 11 and 20
Field 2 poputlates a different number based off of that input.
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Read This:
https://www.pdfscripting.com/public/How-to-Write-a-Basic-PDF-Calculation-Script.cfm
and this:
https://acrobatusers.com/tutorials/conditional-execution/
Copy link to clipboard
Copied
Copy link to clipboard
Copied
In JS the comparison operator is "==" (or "===").
Copy link to clipboard
Copied
Yes, thank you!