Question
How do I populate field 1 with the amount from field 2 based on the description of field 3?
How do I populate field 1 with the amount from field 2 based on the description of field 3? I am new to java script and so far I have placed in the calculate tab
if (description == “Single Life”) this.getField(amount);
Needless to say this does not work.
Any help is appreciated.
