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.
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.
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/
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= kingdomT = ((T - P*2) - (C + L) ) - B
Total Tax = T - P (again)
K recieves T