Hi
We are doing some calculation of form in one place there is formula like
Value1(1+Value2)^Value3
when use ^ sign, system stop calc, can you please help how can do square root calculation in form please..
Regards,
Ken
Hi
We are doing some calculation of form in one place there is formula like
Value1(1+Value2)^Value3
when use ^ sign, system stop calc, can you please help how can do square root calculation in form please..
Regards,
Ken
I understand you guys are very busy, I appropriate! if guys can advice soon!
~Ken
Gravity Forms only supports bedmas math at this point, and not more complex functions like square roots and whatnot. You'll have to refactor your equation to meet our limitations or move the data management and calculations to regular PHP or JavaScript and then push the value back using our hooks and filters system or JQuery.
Many Thanks!
Can you please give quick guide how i can hook the same?
Or a sample code to hook data from Jquery or PHP
~Ken