Copy link to clipboard
Copied
Copy link to clipboard
Copied
It is here.
Copy link to clipboard
Copied
It is here.
Copy link to clipboard
Copied
I don't know if you will help me, but I'm lost & desperate.
I need to do is have a JavaScript that calculates the sum of several columns with drop down list.
There are 4 options in the drop down list: Employment Income, Pension Income, Other Income, Non-Asset Income.
There are 14 lines for input of the dollar amount.
I need each option to calculate separately to another field, i.e. Employment Income total, Pension Income total, Other Income total, Non-Asset Income Total.
Any help you can provide is greatly appreciated.
Copy link to clipboard
Copied
This one that I tried:
var Employment = this.getField(Employment").value;//(IncAmount.1+IncAmount.2+IncAmount.3+IncAmount.4+IncAmount.5+IncAmount.6+IncAmount.7+IncAmount.8+IncAmount.9+IncAmount.10+IncAmount.11+IncAmount.12+IncAmount.13+IncAmount.14)
Copy link to clipboard
Copied
All the previous sub-sectons have been merged into one large group for the product. It lt looks like the post are automaitically tagged.
/the number of forums for Acrobat issues have been dropping.
Copy link to clipboard
Copied
Dear Sirs,
if someone writes JavaScript as pure files ("Folder Level" - js-Files, not embedded in an PDF), would it be possible to sign these files and would Acrobat Reader or Acrobat DC be able to evaluate such a signature?
My intention would be to forbid any unsigned JavaScripts.
For PDFs, this could be performed with a signature, I think.
Kind regards
Copy link to clipboard
Copied
Not possible.
Copy link to clipboard
Copied
Need help with my form (rpg character sheet)
There are classes let's say alchemist.
Each class is trained in certain skills.
The level of training is trained, expert, master, legend.
I have 4 checkboxes T, E, M, L.
If the field displays trained how would I get it to check the "T" checkbox?
Copy link to clipboard
Copied
What have you tried? We aim to help learning, not write solutions for people, sad to say.