cancel
Showing results for 
Search instead for 
Did you mean: 

Scripting in Adobe

Former Member
0 Kudos

Hi Guys,

Need some pointers here. how do i add the value of 2 numeric fields and display it in a 3rd field upon a button click? Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Nahoj,

Write the following formCalc script on the claculate event for the third inputText

sum(xfa.form.form1.#subform.#field1,xfa.form.form1.#subform.#field2)

Please make sure you replace the field1 and field2 with your inputtext field names.

P.S : Reward points if the answer is helpful

Thanks!

Surya.

Former Member
0 Kudos

Thanks mate. Sorted

Answers (0)