Hi guys,
In Gravityforms i added a "product" with calculation.
It's a simple calculation.. like {numericfield?:23} * 2
For example the input in {numericfield?:23} = 20
So the math is 20 * 2.
If i view the form the product price = 40,00 € <-- this is good!
Ok so you think it is working correct.
So i adjust the calculation to {numericfield?:23} * 200
Input in {numericfield?:23} = 4
So the math is 4 * 200 = 800,00 € <-- this is also good!
But then there comes the problem. If you have a math that is or goes beyond the € 1.000,00 it's value goes back to € 1,00
For example 5 * 200 = 1,00 € <-- this is wrong!!
Every value more or equel then 1.000,00 goes back to 1,00 .
A value of € 2.190,50 becomes € 2,19
How come? Is this a bug??
If i do the calculation in en NUMERIC field it works perfectly
please help
regards Ritchie