Question
Custom Form Field Calculations - a numeric field plus a defined number
Hi,
I am trying write a custom calcuation script in a PDF form.
I wanted to calculate the value of field C, and I wanted the value of field C to equal the value of field A + .05. However, if this value of field C (which is the value of field A + .05) is over .1795, I want feild C to show .1795.
How would I write this on a PDF form?