PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Calculation issue

  1. 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

    Posted 11 years ago on Friday February 8, 2013 | Permalink
  2. I understand you guys are very busy, I appropriate! if guys can advice soon!
    ~Ken

    Posted 11 years ago on Friday February 8, 2013 | Permalink
  3. David Peralty

    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.

    Posted 11 years ago on Friday February 8, 2013 | Permalink
  4. 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

    Posted 11 years ago on Friday February 8, 2013 | Permalink