I'm not sure how to compose a keyword search for this solution. So, please redirect me to an existing solution if it exists. Also, I am not familiar with JavaScript, but can struggle through it. I am converting a tax form to a fillable one which calculates fields with dollar amounts. Below are two very good examples of what I am trying to accomplish.
BOX 6 FORM FIELD
IF BOX 4 IS GREATER THAN BOX 5F ENTER BALANCE DUE (NOT LESS THAN $1.00)
BOX 7 FORM FIELD
IF BOX 5F IS GREATER THAN BOX 4 ENTER OVERPAYMENT BELOW (NOT LESS THAN $1.00)
Basically, I am comparing two dollar values in two boxes, then calculate two form fields' values on the condition being true.
Thank you for any help you can provide,
Ruezo