解決済み
Simple calculation
I want to do a simple calculation. A number field (quantity) multiplied by a specific dollar amount for a total cost.
Is there a Java Script for that?
I want to do a simple calculation. A number field (quantity) multiplied by a specific dollar amount for a total cost.
Is there a Java Script for that?
Yes. For example:
event.value = Number(this.getField("Quantity").value) * 5;
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.