JohnJuhl VIP
Total posts: 46
27 Jun 2014 12:34

Is it possible to use any of the field types to calculate the value of two digits fields.Example: user types value in field 1 and value in field 2 - and then automatically in field 3, the sum of the first two fields are calculeted ??

Last Modified: 29 Jun 2014


pepperstreet VIP
Total posts: 3,837
27 Jun 2014 16:30

Hello, not by default or configuration.

Do you mean on submission form? What is the purpose and what should happen after that?

  • Do you want to store/save the 3rd value in the database?
  • Do you just need a temporary/realtime value as sum?

Sergey
Total posts: 13,748
29 Jun 2014 11:15

In custom template you may display summ of 2 fields.

I do not think that calculate it into another filed is good idea. It can be changed.

But it is also posible with custom form template where you can use javascript to do this.

Powered by Cobalt