How do I take field "a" and multiple by 10% and have the answer in field "b"? I am in the properties box, calculate tab, simplified field notation for field "b".
How do I take field "a" and multiple by 10% and have the answer in field "b"? I am in the properties box, calculate tab, simplified field notation for field "b".
var f = this.getField("a");
event.value = f.value * .1
ted
The author of numerous books on Acrobat, Photoshop, Illustrator and the Adobe Creative Suite, and an international speaker on Adobe Acrobat, Ted Padova is a well-known PDF guru.