Skip to main content
rakeshk21205956
Inspiring
December 15, 2016
Question

Script to calculate via action button

  • December 15, 2016
  • 1 reply
  • 287 views

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

This topic has been closed for replies.

1 reply

try67
Community Expert
Community Expert
December 15, 2016

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