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

Script to calculate via action button

Engaged ,
Dec 15, 2016 Dec 15, 2016

I have two fields .. field1 and field2 in which value will be entered and a 3rd field....... field3 which will be equal to field 1 + field 2 .

I want the calculation to be performed when i click a action button say "button1"

following was the script i used but it;s now working. I put this script in the Action button's "run a javascript"

this.getField("field3").value = this.getField("field1").value + this.getField("field2").value;

Plz help

TOPICS
Acrobat SDK and JavaScript , Windows
269
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
Community Expert ,
Dec 15, 2016 Dec 15, 2016
LATEST

In what way is it not working? What happens when you click the button? Are there any error messages in the JS Console?

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