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.

Getting the form to perform calculations

  1. kennethjaysone
    Member

    How can i get my form to calculate the values that i set in the dropdowns and display the value in form number field.

    Can gravatar perform calculations.

    Posted 13 years ago on Friday November 26, 2010 | Permalink
  2. Version 1.5 will add new pricing fields that do basic calculations. It's in beta version right now and if you want to test it out, you can grab it from the downloads page. Here's a little more information about that and other new features.

    http://www.gravityhelp.com/gravity-forms-v1-5-beta-1-released/

    Posted 13 years ago on Friday November 26, 2010 | Permalink
  3. Should you require advanced calculations (some countries have whacked out taxes) you'll need to add your own calculation and attach it via HTML action call to javascript/jquery (onclick, onfocus, etc)

    I mean..if you needed to calculate latin taxes during the renaissance you might need to custom code something like:

    C= church
    P= Personal
    L= Lord
    B= Bandits
    T= tax collected
    K= kingdom

    T = ((T - P*2) - (C + L) ) - B

    Total Tax = T - P (again)

    K recieves T

    Posted 13 years ago on Friday November 26, 2010 | Permalink