Skip to main content
LHBG__INC
Participant
March 23, 2017
Question

Java script calculation

  • March 23, 2017
  • 1 reply
  • 559 views

I'm creating a form and I need the code to calculate 6% tax to the price total (field)? Please advice, thank you in advance!

This topic has been closed for replies.

1 reply

try67
Community Expert
Community Expert
March 23, 2017

Get the field's value and then multiply it by 0.06 ...

LHBG__INC
LHBG__INCAuthor
Participant
March 23, 2017

But how do I code this formula?

try67
Community Expert
Community Expert
March 23, 2017

Do you want to apply the value to a different field, or just use it in your code for something else?