Answered
Field not calculating
I am looking for help with a custom calcuation.
I want to calculate the total from the field above by a tax rate of 3%. The 3% does not have its own field. I want the amount in the calculation.
I have check the field calculation order.
This is the custom calculation script:
event.value = Number(this.getField("undefined3").valueAsString) * .03

