If statement in Adobe Forms
I need help on two JavaScripts:
I have a field Num1, where people can imput their projected gross receipts.
On the next line, Num2, I want it to calculate that if Num1 less than 25000, it should equal 0, and if the value is over 25000, a calcuation of Num1-25000 should occur. I've tried several JavaScripts, but I can't seem to figure out the right one.
Several lines down I also have a field, Num5, that I would like it to calcualte that if the value is less than 75, it should equal 75, and if it's over 500,000 it should equal 500,000.
Help?
