Skip to main content
LHBG__INC
Participant
March 23, 2017
質問

Java script calculation

  • March 23, 2017
  • 返信数 1.
  • 559 ビュー

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!

このトピックへの返信は締め切られました。

返信数 1

try67
Community Expert
Community Expert
March 23, 2017

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

LHBG__INC
LHBG__INC作成者
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?