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

if field value is greater or less than specific no then field value will be multiple of different no of a field in adobe acrobat form

New Here ,
Aug 15, 2016 Aug 15, 2016

Hi,

i have made a adobe acrobat form. here there r 3 fields - "d", "k" and "n" . if d>10 then k will be n.12, if d>15, then k will be n/6, if d>18, then k will be n/3. can ypu pls give me java sript for it?

thanks

Ali

TOPICS
Acrobat SDK and JavaScript , Windows
588
Translate
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
LEGEND ,
Aug 15, 2016 Aug 15, 2016

see How to do (not so simple) form calculations by Thom Parker. You will have to use the Custom JavaScript Calculation option. This means you need to write very specific JavaScript statements starting with using the "getFeild()" method to get the field objects you need to use to get the value entered into the fields.

Translate
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 ,
Aug 15, 2016 Aug 15, 2016
LATEST

hi,

i need specific code because i am new here in pdf form sript.

thanks

Translate
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