Question
If/Then Calculation - Can someone PLEASE help?
Who can help me with some easy Javascript for an Adobe form that I am creating?
I have FieldA, FieldB, FieldC and Total.
If FieldB is GREATER THAN FieldC then Total = FieldA + FieldC.
If FieldB is LESS THAN FieldC then Total = FieldA + FieldB.
