Calculations Broken after upgrade
-
I have an invoice form that I created and have been using for several years now. Version 3.7 has broken the calculations.
The variable are simple text input. The calculation below pulls from the label. For example <font color=”red”>Hourly Rate</font> $[text* rate 4/]
Would be the rate mentioned in the onclick below.
<input type=”button” value=”Click here” style=”background:red; color:white; border: 2px black solid” onclick=”this.form.thours.value=add(this.form.hours1.value,this.form.hours2.value,this.form.hours3.value,0,0,0,0);this.form.stdue.value=(this.form.thours.value*this.form.rate.value)
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
The topic ‘Calculations Broken after upgrade’ is closed to new replies.