Answered
Please help...this is my first attempt at creating a form that has calculations.
I'm able to perform the simple calculations with little problem, however - I am having difficulty with the fields not rounding up to the nearest whole number (although I have set it up to dispaly zero decimal places).
For example, I have a field that divides by 4.5 - and I need the total to round to the nearest whole number. Can anyone please share a simple solution?
event.value = Math.round(this.getField("field1").value / 4.5)
- AcrobatUsers Community Expert - Contact me personally at try6767 [at] gmail [dot] com
Check out my custom-made scripts website: http://try67.blogspot.com